aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorVinay Kumar Yadav <[email protected]>2020-10-19 17:20:25 +0530
committerJakub Kicinski <[email protected]>2020-10-20 17:29:17 -0700
commitda1a039bcf293e4699d413c9f65d975da2d7c0bd (patch)
tree183784044aa098a07e8e5e00b916ca6e56374db9 /tools/perf/util/scripting-engines/trace-event-python.c
parent8580a61aede28d441e1c80588803411ee86aa299 (diff)
chelsio/chtls: fix writing freed memory
When chtls_sock *csk is freed, same memory can be allocated to different csk in chtls_sock_create(). csk->cdev = NULL; statement might ends up modifying wrong csk, eventually causing kernel panic. removing (csk->cdev = NULL) statement as it is not required. Fixes: 3a0a97838923 ("crypto/chtls: Fix chtls crash in connection cleanup") Signed-off-by: Vinay Kumar Yadav <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions