Re: [PATCH v2 07/28] fs/squashfs: sqfs_search_dir: fix dangling pointer

2020-11-19 Thread Tom Rini
On Tue, Nov 03, 2020 at 12:11:05PM +0100, Richard Genoud wrote: > dirs->entry shouldn't be left dangling as it could be freed twice. > > Signed-off-by: Richard Genoud Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 07/28] fs/squashfs: sqfs_search_dir: fix dangling pointer

2020-11-03 Thread Richard Genoud
dirs->entry shouldn't be left dangling as it could be freed twice. Signed-off-by: Richard Genoud --- fs/squashfs/sqfs.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c index 9d460e8bed6..78893b5c85d 100644 --- a/fs/squashfs/sqfs.c +++ b/fs/squashf