Re: [PATCH] boot: android: handle boot images with missing DTB

2025-02-06 Thread Mattijs Korpershoek
Hi, On Thu, 23 Jan 2025 14:35:01 +, Sam Day wrote: > 607b07554e2 removed the check on the return status of the > android_image_get_dtb_img_addr call from android_image_get_dtb_by_index, > which results in null pointer accesses shortly after when trying to > check the header of a nonexistent DT

Re: [PATCH] boot: android: handle boot images with missing DTB

2025-01-28 Thread Mattijs Korpershoek
Hi Sam, Thank you for the patch. On jeu., janv. 23, 2025 at 14:35, Sam Day wrote: > 607b07554e2 removed the check on the return status of the > android_image_get_dtb_img_addr call from android_image_get_dtb_by_index, > which results in null pointer accesses shortly after when trying to > check

[PATCH] boot: android: handle boot images with missing DTB

2025-01-23 Thread Sam Day
607b07554e2 removed the check on the return status of the android_image_get_dtb_img_addr call from android_image_get_dtb_by_index, which results in null pointer accesses shortly after when trying to check the header of a nonexistent DTB. Fixes: 607b07554e2 ("android: boot: move to andr_image_data