Go to file
Mathias Agopian 02cf75e0ca Fix a race-condtion in SurfaceFlinger that could lead to a crash.
Client::mLayers could be accessed from different threads.
On one side from Client::attachLayer() which is currently
called from a binder thread; on the other side from
Client::detachLayer() which is always called from the main
thread.

This could lead to a corruption of Client::mLayers.

We fix this issue by adding an internal lock to Client.

Bug: 4483046

Change-Id: I5262bf1124d9a65ec6f8ffd8e367356fc33a7536
2011-05-23 16:12:02 -07:00
cmds KeyStore: Update the parameters of generating master keys. 2010-10-01 01:42:55 +08:00
include Fix [3513017] in lockscreen but showing empty launcher (live wallpaper) only 2011-03-07 16:56:16 -08:00
libs revert the surface purgatory list and dependent changes. 2011-03-09 17:00:41 -08:00
opengl egl: fixes for object refcounts 2011-02-22 18:15:08 -08:00
services/surfaceflinger Fix a race-condtion in SurfaceFlinger that could lead to a crash. 2011-05-23 16:12:02 -07:00
vpn Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. 2010-01-29 13:35:51 -08:00
MODULE_LICENSE_APACHE2
NOTICE Fix omission in NOTICE file. 2011-01-18 15:25:32 -08:00