Hi Andrew, On 10/2/25 12:36 PM, Andrew Goodbody wrote:
Returning immediately from sqfs_read_nest is not consistent with other error checks in this function and can lead to memory leaks. Instead use the unwind goto used elsewhere to ensure that the memory is freed.This issue was found by Smatch. Signed-off-by: Andrew Goodbody <[email protected]>
Acked-by: Quentin Schulz <[email protected]> Thanks! Quentin

