commit | 1f3f53ae5179ba7f24b4a429bc41773f1f4857ca | [log] [tgz] |
---|---|---|
author | Rob Clark <rob@ti.com> | Sat Dec 17 13:28:52 2011 -0600 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jan 02 08:51:28 2012 +0200 |
tree | ade70e034a61a37b9f9db68f31d3783be3883221 | |
parent | 6ea9b31792745ee620509930dc9eead6e1c4be25 [diff] |
OMAPDSS: APPLY: fix NULL pointer deref when mgr is not set extra_info_update_ongoing() goes through all overlays, but doesn't check if the overlay is connected to a manager. This leads to a crash whenever an overlay has been detached. Add a check to skip the non-connected overlays. Reported-by: Rob Clark <rob@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>