diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-04-12 09:50:08 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-04-12 10:06:11 -0300 |
commit | a77f8184a07cbe81cdee30582640ed1b412705fc (patch) | |
tree | aebb8b9c10d4d65894661b16eb7d21b4e3c02e27 /tools/perf/scripts/python/intel-pt-events.py | |
parent | cdf13c0918c9b1b233d6db690fc4c06afbc29e57 (diff) | |
download | linux-a77f8184a07cbe81cdee30582640ed1b412705fc.tar.gz linux-a77f8184a07cbe81cdee30582640ed1b412705fc.tar.bz2 linux-a77f8184a07cbe81cdee30582640ed1b412705fc.zip |
perf expr: Use zfree() to reduce chances of use after free
Do defensive programming by using zfree() to initialize freed pointers
to NULL, so that eventual use after free result in a NULL pointer deref
instead of more subtle behaviour.
Also remove one NULL test before free(), as it accepts a NULL arg and we
get one line shaved not doing it explicitely.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions