From 15131809c235047c94387ef9aff207117191ed0b Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Thu, 25 Mar 2021 16:32:46 +0000 Subject: libctf: fix memory leak in a test Harmless, but causes noise that makes it harder to spot other leaks. libctf/ChangeLog 2021-03-25 Nick Alcock * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Don't leak buf. --- libctf/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libctf/ChangeLog') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index c5d52f2..d4a94bb 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,10 @@ 2021-03-25 Nick Alcock + * testsuite/libctf-writable/symtypetab-nonlinker-writeout.c: Don't + leak buf. + +2021-03-25 Nick Alcock + PR libctf/27628 * ctf-lookup.c (isqualifier): Don't dereference out-of-bounds qhash values. -- cgit v1.1