bootstd: rauc: Fix segfault occurring during private struct access
authorMartin Schwan <m.schwan@phytec.de>
Mon, 14 Jul 2025 13:30:09 +0000 (15:30 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Jul 2025 19:53:17 +0000 (13:53 -0600)
commit84cef694e73cc820fbc7131b1a25b79e17bec609
tree4fbaeb097607c14808b4e8fcc1e9d916ac8d3ec3
parenta7d1214d2c9a38af3a9a1271dd8388068cba904c
bootstd: rauc: Fix segfault occurring during private struct access

Fix a potential segmentation fault, by not accessing the member of a
null pointer to a private slot's name field.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
boot/bootmeth_rauc.c