diff options
author | Tadeusz Struk <[email protected]> | 2021-11-15 08:01:43 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-11-17 20:04:52 -0800 |
commit | 3e6db079751afd527bf3db32314ae938dc571916 (patch) | |
tree | 0836439dc111faab4307a8c53471575773cd7215 /net/unix/af_unix.c | |
parent | c366ce28750e9633f8d4b07829a9cde0e59034eb (diff) |
tipc: check for null after calling kmemdup
kmemdup can return a null pointer so need to check for it, otherwise
the null key will be dereferenced later in tipc_crypto_key_xmit as
can be seen in the trace [1].
Cc: [email protected]
Cc: [email protected] # 5.15, 5.14, 5.10
[1] https://syzkaller.appspot.com/bug?id=bca180abb29567b189efdbdb34cbf7ba851c2a58
Reported-by: Dmitry Vyukov <[email protected]>
Signed-off-by: Tadeusz Struk <[email protected]>
Acked-by: Ying Xue <[email protected]>
Acked-by: Jon Maloy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions