summaryrefslogtreecommitdiffstats
path: root/fs/d_path.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-06-19 15:30:44 +0100
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-06-28 16:00:10 -0700
commit9fe06a51287b2d41baef7ece94df34b5abf19b90 (patch)
tree5af0454ba2e181d1cd391fda6ac1941a5cd854fe /fs/d_path.c
parentcd502a7f7c9c03b5b9a01fe8b59ba7c11efee3ad (diff)
downloadlinux-9fe06a51287b2d41baef7ece94df34b5abf19b90.tar.bz2
iavf: fix dereference of null rx_buffer pointer
A recent commit efa14c3985828d ("iavf: allow null RX descriptors") added a null pointer sanity check on rx_buffer, however, rx_buffer is being dereferenced before that check, which implies a null pointer dereference bug can potentially occur. Fix this by only dereferencing rx_buffer until after the null pointer check. Addresses-Coverity: ("Dereference before null check") Signed-off-by: Colin Ian King <colin.king@canonical.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'fs/d_path.c')
0 files changed, 0 insertions, 0 deletions