commit | 35a8a11697af1ce018af1bee6fb494425c219514 | [log] [tgz] |
---|---|---|
author | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Wed Jul 17 16:41:48 2019 +0900 |
committer | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Thu Jul 18 10:12:10 2019 +0900 |
tree | c795ddca4f25e70a5c2560c5818d69ecc7a8344c | |
parent | d1379a4a80b5b45e6628ead5870080e91886b202 [diff] |
Fix bootanimation stack overflow length of input from scanf is not limited even though MAX char of path is defined as 256. This could cause stack corruption when length of input is over MAX. Test: run bootanimation with desc.txt which has over 256 length of path. Change-Id: Ic60081ca82067ad671508e766c495546af9233d1