aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
author[email protected] <[email protected]>2017-03-07 16:46:25 +0000
committerDavid S. Miller <[email protected]>2017-03-09 21:18:09 +0000
commit8aad6f14c09d78862fc04e47214d398add9bb8ce (patch)
tree72a1fb0ddf9442b90ab0b4157b2519fea83cafe3 /net/unix/af_unix.c
parentMerge branch 'thunderx-misc-fixes' (diff)
downloadkernel-8aad6f14c09d78862fc04e47214d398add9bb8ce.tar.gz
kernel-8aad6f14c09d78862fc04e47214d398add9bb8ce.zip
qed: Fix copy of uninitialized memory
In qed_ll2_start_ooo() the ll2_info variable is uninitialized and then passed to qed_ll2_acquire_connection() where it is copied into a new memory space. This shouldn't cause any issue as long as non of the copied memory is every read. But the potential for a bug being introduced by reading this memory is real. Detected by CoverityScan, CID#1399632 ("Uninitialized scalar variable") Signed-off-by: Robert Foss <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions