diff options
author | Ignat Korchagin <ignat@cloudflare.com> | 2024-10-14 18:38:06 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-16 04:43:08 +0300 |
commit | 9df99c395d0f55fb444ef39f4d6f194ca437d884 (patch) | |
tree | 7a8ed84bc8d995fbe85369fbea7d3827733dc039 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9365fa510c6f82e3aa550a09d0c5c6b44dbc78ff (diff) | |
download | linux-9df99c395d0f55fb444ef39f4d6f194ca437d884.tar.xz |
net: inet6: do not leave a dangling sk pointer in inet6_create()
sock_init_data() attaches the allocated sk pointer to the provided sock
object. If inet6_create() fails later, the sk object is released, but the
sock object retains the dangling sk pointer, which may cause use-after-free
later.
Clear the sock sk pointer on error.
Signed-off-by: Ignat Korchagin <ignat@cloudflare.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241014153808.51894-8-ignat@cloudflare.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions