On Wed, 13 Aug 2025 13:54:04 +0200, Martin Schwan wrote: > This series fixes a segfault, that would occur at the end of scanning a > device, which does not contain the required partition layout scheme for > a RAUC system. > > With this series, a "bootflow scan" should now correctly scan the > specified devices with boot method "rauc" without crashing on invalid > partition schemes. > > [...]
Applied to u-boot/master, thanks! [1/4] bootstd: rauc: Fix segfault when cleaning up slots commit: 074066790c7f726f149c1974e01b8b3f75738c73 [2/4] bootstd: rauc: Don't null bootflow->bootmeth_priv commit: b389967f9a624b35c163767c34919cbdcd4e0917 [3/4] bootstd: rauc: Move freeing private struct to its own function commit: 302830499d9f0ebec42fe62254429a4d8db6b36c [4/4] bootstd: rauc: Free private data when booting commit: 498e423457a0360c01d976aa21a218995a1bdef8 -- Tom