Re: [PATCH] fs: affs: fix a NULL pointer dereference
From: David Sterba
Date: Thu Mar 21 2019 - 10:44:41 EST
On Fri, Mar 15, 2019 at 02:42:44AM -0500, Kangjie Lu wrote:
> If affs_bread fails, do not use ext_bh to avoid NULL pointer
> dereference
>
> Signed-off-by: Kangjie Lu <kjlu@xxxxxxx>
Tanks for the patch. I'll need some more time to get familiar with the
AFFS code to review your patch.