On Mon, Aug 04, 2025 at 06:11:51PM +0530, Mukesh Ojha wrote: > Firmware binaries may lack section headers, in which case > the e_shentsize field in the ELF header can be zero. > > Update mdt_header_valid() to correctly handle this scenario > by adjusting the validation logic accordingly. > > Fixes: 9f9967fed9d0 ("soc: qcom: mdt_loader: Ensure we don't read past the ELF header") > Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx> > --- > drivers/soc/qcom/mdt_loader.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> -- With best wishes Dmitry