1. 11 Nov, 2015 12 commits
  2. 10 Nov, 2015 3 commits
  3. 20 Sep, 2015 2 commits
  4. 19 Sep, 2015 1 commit
  5. 17 Sep, 2015 3 commits
  6. 12 Sep, 2015 5 commits
  7. 11 Sep, 2015 1 commit
  8. 10 Sep, 2015 2 commits
  9. 09 Sep, 2015 2 commits
    • Narayan Kamath's avatar
      libutils: Fix integer overflows in VectorImpl. · 419e6c3c
      Narayan Kamath authored
      Use external/safe-iop to check for overflows on arithmetic
      operations.
      
      Also remove an unnecessary copy of Vector/SharedBuffer from
      codeflinger and use the copy from libutils instead.
      
      Note that some of the unit tests are somewhat useless due to
      test-runner limitations : gtest's ability to filter on abort message
      doesn't work when combined with messages formatted by android's logging
      system.
      
      bug: 22953624
      
      (cherry picked from commit c609c31f)
      
      Change-Id: I61644633db6b54fa230683615de9724f7fabf6fb
      419e6c3c
    • Narayan Kamath's avatar
      libutils: Fix integer overflows in VectorImpl. DO NOT MERGE · b638126e
      Narayan Kamath authored
      Use external/safe-iop to check for overflows on arithmetic
      operations.
      
      Also remove an unnecessary copy of Vector/SharedBuffer from
      codeflinger and use the copy from libutils instead.
      
      Note that some of the unit tests are somewhat useless due to
      test-runner limitations : gtest's ability to filter on abort message
      doesn't work when combined with messages formatted by android's logging
      system.
      
      bug: 22953624
      
      (cherry picked from commit c609c31f)
      
      Change-Id: I673b7ab142bed4fcba9159a00a65cf6bca6b1f6c
      b638126e
  10. 26 Aug, 2015 1 commit
  11. 25 Aug, 2015 8 commits