diff options
author | Ignat Korchagin <ignat@cloudflare.com> | 2024-10-14 18:38:00 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-16 04:43:07 +0300 |
commit | 46f2a11cb82b657fd15bab1c47821b635e03838b (patch) | |
tree | c672257cfcad494edf338ce282f75958e35d672d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 397006ba5d918f9b74e734867e8fddbc36dc2282 (diff) | |
download | linux-46f2a11cb82b657fd15bab1c47821b635e03838b.tar.xz |
af_packet: avoid erroring out after sock_init_data() in packet_create()
After sock_init_data() the allocated sk object is attached to the provided
sock object. On error, packet_create() frees the sk object leaving the
dangling pointer in the sock object on return. Some other code may try
to use this pointer and cause use-after-free.
Suggested-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Ignat Korchagin <ignat@cloudflare.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241014153808.51894-2-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