On Wed, 26 Aug 2026 12:13:33 +0200, Ahmad Fatoum wrote:
> We free nfspath, while there is still a dangling reference to it in
> the `name' variable:
> 
>       nfspath = parse_nfs_url(name);
>       if (nfspath)
>               name = nfspath;
>       ...
>       free(nfspath);
> 
> [...]

Applied, thanks!

[1/1] boot: don't use the nfs:// mount path after freeing it
      https://git.pengutronix.de/cgit/barebox/commit/?id=ae383ffe08ff (link may 
not be stable)

Best regards,
-- 
Sascha Hauer <[email protected]>


Reply via email to