commit | 5afdcdd46043481675a48891a071dbb1fea1ab4c | [log] [tgz] |
---|---|---|
author | William Wilgus <me.theuser@yahoo.com> | Tue Sep 24 23:40:38 2019 -0500 |
committer | William Wilgus <me.theuser@yahoo.com> | Tue Sep 24 23:51:12 2019 -0500 |
tree | 23346110e2b3889ce75b1e2ba654542607527807 | |
parent | 60825970e93b6d9b4aec19456a1e7c142f904bd3 [diff] |
Bug fix icon.c crashes with negative icon index The index for Icon_NOICON is -1 which is caught properly as is icon > Icon_Last_Themeable But if you pass an index lower than Icon_NOICON screen_put_iconxy() tries to read memory prior to the iconset resulting in a crash Change-Id: I415e650932d65214d883a1595e22261f22e776b6