commit | 69a752983171c2983fc1f29c7cfa1844f41e5d8b | [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 | c4ac52f55d90bd46ade9db6f761638fdfdf26e16 [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>