commit | cb29fe8425432a8bf0053152f397668622caee57 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Thu Mar 11 00:15:44 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 12 17:44:55 2021 -0400 |
tree | ad9e9b49513373d27ced4b86bb4637550acbbffc | |
parent | 33512d08f62aca3bbdb5d75ca8b2653c2fccad2c [diff] |
fastboot: Fix possible buffer overrun This fixes several uses of strn(cpy|cat) which did not terminate their destinations properly. Fixes de1728ce4c ("fastboot: Allow u-boot-style partitions") Reported-by: Coverity Scan Signed-off-by: Sean Anderson <seanga2@gmail.com>