fwtool: do not omit final 16 byte when image does not contain signature
authorJo-Philipp Wich <jo@mein.io>
Thu, 17 Oct 2019 14:59:11 +0000 (16:59 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 17 Oct 2019 15:08:09 +0000 (17:08 +0200)
commit07dcbfa6e8d2c168111a193484c6c0464d3fae0b
treeeff204dc931b23bfeb881a627a17b85b4c964418
parent180bd7597391bc43ac47008c12a561da110df5a0
fwtool: do not omit final 16 byte when image does not contain signature

The fwutil command will interpret the final 16 byte of a given firmware
image files as "struct fwimage_trailer".

In case these bytes do look like a valid trailer, we must ensure that we
print them out along with the remainder of the image to not accidentally
truncate non-trailer-images by 16 bytes when they're piped through fwtool,
e.g. as part of an image verification command sequence.

Some command sequences pipe images through fwtool in order to strip any
possible metadata, certificate or signature trailers and do not expect
bare images without any of that metadata to get truncated as other non-
fwtool specific metadata is expected at the end of the file, e.g. an
information block with an md5sum in case of the combined image format.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 889b841048c5eb7f975135cab363f1fdd9b6cfa1)
package/system/fwtool/Makefile
package/system/fwtool/src/fwtool.c