Re: [PATCH] cpukit/jffs2: Avoid possible null deref

2023-03-22 Thread Gedare Bloom
LGTM On Wed, Mar 22, 2023 at 3:26 PM Kinsey Moore wrote: > > This was added with the writebuffer work and should have been protected > by the error check. > --- > cpukit/libfs/src/jffs2/src/fs-rtems.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/cpukit/libfs/src

[PATCH] cpukit/jffs2: Avoid possible null deref

2023-03-22 Thread Kinsey Moore
This was added with the writebuffer work and should have been protected by the error check. --- cpukit/libfs/src/jffs2/src/fs-rtems.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/libfs/src/jffs2/src/fs-rtems.c b/cpukit/libfs/src/jffs2/src/fs-rtems.c index bff7d