On Tue, 17 Feb 2026 10:27:52 +0100, Romain Gantois wrote:
> The ofnode_to_fdt() function may return a NULL pointer in multiple cases.
> Or, this function's return value is often passed directly to functions such
> as fdt_getprop() which end up dereferencing it, thus causing a NULL pointer
> exception.
>
> Don't allow ofnode_to_fdt() to return NULL, to avoid a NULL pointer
> dereference.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] dm: core: Don't allow ofnode_to_fdt() to return NULL
commit: 39e1ccc777563d8c769531f1dfce24d38d023086
--
Tom