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 09:57:16 -0300 |
commit | d729163d0641d8b4c50fdca1b2b9d5d24d9d376d (patch) | |
tree | 178a83698e087e242c5e26d3bf17535172b9ac40 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b20c63084eb2c591006109aefbdeb3cad7a57d23 (diff) | |
download | linux-d729163d0641d8b4c50fdca1b2b9d5d24d9d376d.tar.gz linux-d729163d0641d8b4c50fdca1b2b9d5d24d9d376d.tar.bz2 linux-d729163d0641d8b4c50fdca1b2b9d5d24d9d376d.zip |
perf symbol: 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.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions