commit | db48709f8d57efbd81348d8d939afc82b988cb89 | [log] [tgz] |
---|---|---|
author | Jarl-Penguin <jarlpenguin@outlook.com> | Sun Dec 12 09:53:33 2021 +0100 |
committer | Jis G Jacob <studiokeys@blissroms.org> | Wed Sep 04 14:11:59 2024 -0400 |
tree | ba51a8b338a5546083621e9ba441218bda9590af | |
parent | 88a0902a6042011be68edaab23de4be305d23a53 [diff] |
Make sure header version is less than or equal to 4 Since the header version number occupies the same field as QCDT size, we'll need to skip the checks for it if it's larger than the maximum possible header version (4 in this case), in order to avoid the "Invalid image header: invalid header length" error. Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com> Change-Id: Iea188229c98ea8970c64f056e0f07beb62d983f7 Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>