aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJakub Kicinski <[email protected]>2018-01-26 19:50:00 -0800
committerDaniel Borkmann <[email protected]>2018-02-01 11:22:51 +0100
commite029f541039ff0768960ede62b946bcf4a163dec (patch)
treefb307180cdbf3d5b7e73aae639b8eef7a4aa08c0 /net/unix/sysctl_net_unix.c
parentb2fe5fa68642860e7de76167c3111623aa0d5de1 (diff)
netdevsim: fix overflow on the error path
Undo loop condition on the error path would cause the i counter to go below zero, if allocation failure happened with the first (i.e. 0th) element of the array. Fixes: 395cacb5f1a0 ("netdevsim: bpf: support fake map offload") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions