Home
last modified time | relevance | path

Searched hist:a77f8184 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dexpr.ca77f8184 Wed Apr 12 07:50:08 CDT 2023 Arnaldo Carvalho de Melo <acme@redhat.com> 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>