https://github.com/torvalds/linux
Revision 4c720900a95d46a3c4b4f8a0f9d6ff0bf6e33e1b authored by Nick Dyer on 22 April 2016, 16:10:16 UTC, committed by Nick Dyer on 22 April 2016, 16:15:20 UTC
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>
1 parent f83c9bb
History
Tip revision: 4c720900a95d46a3c4b4f8a0f9d6ff0bf6e33e1b authored by Nick Dyer on 22 April 2016, 16:10:16 UTC
Input: atmel_mxt_ts - zero terminate config firmware file
Tip revision: 4c72090

back to top