Re: [f2fs-dev] [PATCH v2] fsck.f2fs: fix potential NULL dereference

2023-06-04 Thread Chao Yu
On 2023/6/2 18:26, Maxim Korotkov wrote: The input pointer "parent" was used unsafely before checking against NULL Found by RASU JSC with Svace static analyzer Fixes: 603f8f9d3(sload.f2fs: support loading files into partition directly) Reviewed-by: Chao Yu Signed-off-by: Maxim Korotkov

[f2fs-dev] [PATCH v2] fsck.f2fs: fix potential NULL dereference

2023-06-02 Thread Maxim Korotkov
The input pointer "parent" was used unsafely before checking against NULL Found by RASU JSC with Svace static analyzer Fixes: 603f8f9d3(sload.f2fs: support loading files into partition directly) Reviewed-by: Chao Yu Signed-off-by: Maxim Korotkov --- changelog: removed trailing indent