1. 27 Oct, 2015 2 commits
    • Wonsik Kim's avatar
      DO NOT MERGE NuCachedSource2: fix possible erroneous early free · f35e4b55
      Wonsik Kim authored
      Because the constructor of NuCachedSource2 sent a message to
      AHandlerReflector object, AHandlerReflector::onMessageReceived could
      have executed just before the object gets wrapped in a strong
      pointer, resulting in erroneous early free. Fix the issue by using
      static Create function to ensure the message is sent after the
      object is wrapped in a sp.
      
      Bug: 23882800
      Change-Id: I38a9d7a3083f184b4c81d0b00ba1661721278855
      f35e4b55
    • Marco Nelissen's avatar
      Limit allocations to avoid out-of-memory · 7f62e8bf
      Marco Nelissen authored
      Corrupt files could cause very large allocations, limit them to something
      more reasonable.
      
      Bug: 17769851
      Change-Id: Ib0f722fd6fddff873bd7a547aac456e608c34c84
      7f62e8bf
  2. 28 Sep, 2015 17 commits
  3. 16 Sep, 2015 1 commit
  4. 09 Sep, 2015 1 commit
  5. 08 Sep, 2015 5 commits
  6. 02 Sep, 2015 1 commit
  7. 01 Sep, 2015 13 commits