Go to file
Jason Simmons 689925caf4 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.

Change-Id: I2450c55fd418e6b1c558a4ca7c024573abbaa098
2012-10-25 15:58:43 -07:00
build Fix issue #7271589: Cannot set Ocean HD live wallpaper 2012-10-03 11:27:19 -07:00
cmds Include Global table in bugreports. 2012-10-01 12:52:42 -07:00
data/etc Add android.hardware.camera.any feature to camera permissions. 2012-09-23 09:53:51 -07:00
include Ensure that Vector::erase() returns a valid iterator 2012-10-25 15:58:43 -07:00
libs SurfaceFlinger: add support for secure displays 2012-10-22 13:41:21 -07:00
opengl Add runtime debugging capabilities to OpenGL 2012-10-18 16:16:10 -07:00
services prevent a client from crashing surfaceflinger 2012-10-22 14:54:23 -07:00
MODULE_LICENSE_APACHE2
NOTICE