summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGuillaume Ranquet <[email protected]>2025-09-11 15:50:26 +0200
committerTom Rini <[email protected]>2025-09-24 11:03:16 -0600
commit5289b6e5540e571afd81482305e5623e9124ea66 (patch)
treeaeaa0a99203c86f45ff98cd4d4f518e2d3fdbc0d /scripts/objdiff
parent1e8592e0ec4aa01c52b5be22bf5080973eccddba (diff)
android: boot: fix wrong end of header in v3/v4 parsing
The android boot header is page aligned but the current code made the assumption that the header was always smaller than the current header format. When the page_size is defined as 2048, as this is the case with the cuttlefish target, the current code sets the end of the header in the middle of it as the v3 and v4 headers are respectively 2112 and 2128 bytes long. Fix that by aligning to page_size Fixes: 1115027d2f75 ("android: boot: update android_image_get_data to support v3, v4") Signed-off-by: Guillaume Ranquet <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions