Go to file
Jason Simmons 7e25127388 Ensure that Vector::erase() returns a valid iterator
Vector::erase may reallocate the Vector's storage while removing an element.
However, erase() calls begin() before calling removeItemsAt(), thus caching
a pointer the the Vector's old storage.  If the storage is reallocated,
the iterator returned by erase() will be based on the old storage pointer
and will thus be invalid.

Bug: 7433283

Change-Id: I91980e0fcb5a2e0a55f1a78444a5958037afdbed
2012-11-01 16:33:50 -07:00
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds am 5b47c5c5: am 742801c6: am 2281af96: dumpstate: add kernel memory fragmentation unusable index 2012-10-30 10:11:27 -07:00
data/etc Add android.hardware.camera.any feature to camera permissions. 2012-09-23 09:53:51 -07:00
include Merge "Add an LRU cache plus hashing primitives" 2012-10-29 08:59:54 -07:00
libs Merge "Add an LRU cache plus hashing primitives" 2012-10-29 08:59:54 -07:00
opengl am f58475b5: am 60393d45: Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1-dev 2012-10-18 17:39:13 -07:00
services rework a bit how we scissor the display 2012-10-31 14:22:51 -07:00
MODULE_LICENSE_APACHE2
NOTICE