commit | 19495dd9b6f5f4e893b56b0c73e14b2e671c3780 | [log] [tgz] |
---|---|---|
author | Patrick Doyle <wpdster@gmail.com> | Fri Jun 14 13:43:38 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 21 10:07:11 2019 -0400 |
tree | d61a57c7b2faaae041ec3396d56bd90eb6be444f | |
parent | 226a35ef0ef310d8fffa3e6283ee3aab9dab26aa [diff] |
rsa: reject images with unknown padding Previously we would store NULL in info->padding and jump to an illegal instruction if an unknown value for "padding" was specified in the device tree. Signed-off-by: Patrick Doyle <pdoyle@irobot.com>