Alistair Strachan 9b8ae8038b Fix rare crash seen when dereferencing backgroundIcon[NONE].
Because backgroundIcon[] is not initialized by the ScreenRecoveryUI
constructor, it should be initialized explicitly to NULL in Init().

If it is not initialized, ScreenRecoveryUI::SetBackground() can fail
for the NONE icon because the NULL test can fail and junk will be
dereferenced.

Change-Id: I4e3738d2e241ed90df43c984fb41e0072933f50a
2013-11-18 09:51:32 -08:00
2013-07-09 12:50:24 -07:00
2013-09-13 16:34:12 -07:00
2013-03-07 13:34:24 -08:00
2013-09-25 16:41:07 -07:00
2013-09-17 10:20:45 -07:00
2013-10-10 14:19:19 -07:00
2013-10-10 14:19:19 -07:00
2012-01-10 10:18:17 -08:00
2011-10-31 10:24:09 -07:00
2012-01-10 10:18:17 -08:00
2012-08-22 17:26:40 -07:00
2013-10-10 14:19:19 -07:00
2013-10-10 14:19:19 -07:00
Description
No description provided
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%