commit | a4891f10583748933a9985fac7aa7c073cc59c85 | [log] [tgz] |
---|---|---|
author | Nick Dyer <nick.dyer@itdev.co.uk> | Fri Jul 27 11:46:46 2018 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Jul 27 11:59:32 2018 -0700 |
tree | cddd2e3676e8b4d73a3013dc83cd729b4970ce86 | |
parent | f865df7364c3be0aa1e6f708d246af97c134893f [diff] |
Input: atmel_mxt_ts - zero terminate config firmware file We use sscanf to parse the configuration file, so it's necessary to zero terminate the configuration otherwise a truncated file can cause the parser to run off into uninitialised memory. Signed-off-by: Nick Dyer <nick.dyer@itdev.co.uk> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>