1. 14 Sep, 2020 1 commit
  2. 24 Aug, 2020 1 commit
  3. 21 Aug, 2020 3 commits
  4. 18 Aug, 2020 4 commits
  5. 17 Aug, 2020 2 commits
  6. 14 Aug, 2020 1 commit
  7. 02 Aug, 2020 1 commit
  8. 29 Jul, 2020 3 commits
  9. 22 Jul, 2020 4 commits
  10. 18 Jul, 2020 1 commit
  11. 07 Jul, 2020 1 commit
  12. 06 Jul, 2020 1 commit
  13. 02 Jul, 2020 2 commits
  14. 30 Jun, 2020 2 commits
  15. 08 Jun, 2020 7 commits
  16. 02 Jun, 2020 1 commit
  17. 01 Jun, 2020 1 commit
    • Antoine Fontaine's avatar
      message_processor.cpp: fix underflow error · 72fd1d58
      Antoine Fontaine authored
      fixes a error where the message
      	[platform_message_processor.cpp:46@process_event_sequence] Failed to parse events from raw string
      is followed by a crash at `../src/anbox/rpc/message_processor.cpp:81`.
      
      since buffer_.size() is signed, it could underflow and the safety would
      not trigger, leading to a crash.
      
      credits to mntmn for finding the bug and the solution.
      72fd1d58
  18. 29 May, 2020 1 commit
  19. 27 May, 2020 2 commits
  20. 25 May, 2020 1 commit