From b7190c821e529d7858cff7c2fcc57304a1d38d2b Mon Sep 17 00:00:00 2001 From: Egeyar Bagcioglu Date: Wed, 3 Jun 2020 17:36:51 +0100 Subject: libctf, types: ensure the emission of ECTF_NOPARENT ctf_variable_iter was returning a (positive!) error code rather than setting the error in the passed-in ctf_file_t. Reviewed-by: Nick Alcock libctf/ * ctf-types.c (ctf_variable_iter): Fix error return. --- libctf/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libctf/ChangeLog') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index 45caf21..f3ac4cc 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2020-07-22 Egeyar Bagcioglu + + * ctf-types.c (ctf_variable_iter): Fix error return. + 2020-07-22 Nick Alcock * ctf-open.c (ctf_bufopen_internal): Diagnose invalid flags. -- cgit v1.1