From: Po Liu <[email protected]> Date: Thu, 7 May 2020 18:57:38 +0800 > 'Dan Carpenter' reported: > This code frees "sfi" and then dereferences it on the next line: >> kfree(sfi); >> clear_bit(sfi->index, epsfp.psfp_sfi_bitmap); > > This "sfi->index" should be "index". > > Reported-by: Dan Carpenter <[email protected]> > Signed-off-by: Po Liu <[email protected]>
Applied.

