On Mon, 04 Aug 2025 16:32:51 +0100, Andrew Goodbody wrote: > In do_e1000_spi_checksum a temporary buffer is allocated but never > freed. Add code to free on exit. Also refactor the code to make the exit > code common. > > This issue found by Smatch. > > > [...]
Applied to u-boot/next, thanks! [1/1] net: e1000: Free temporary buffer on exit commit: 4266b8a2839f4e3eee2d7ce5f61af0c0ed0fe3b9 -- Tom