commit | 57894fbfbc0b8e1ed594d4a264f74109989938c5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jun 24 17:34:31 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 26 11:58:17 2025 -0600 |
tree | 0cc2926ca92003fb6f9e948b62a1b7affa07344d | |
parent | d682bf995ba5f85ed7e06c674ee117b85ec6aa84 [diff] |
common/spl: guard against buffer overflow in spl_fit_get_image_name() A malformed FIT image could have an image name property that is not NUL terminated. Reject such images. Reported-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Tested-by: E Shattow <e@freeshell.de>