Files
linux/tools
Arnaldo Carvalho de Melo 2bfc8134f9 perf evlist: 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>
2023-04-12 10:11:51 -03:00
..
2023-01-21 17:52:26 +00:00
2023-04-04 13:23:59 -03:00