]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libctf: fix uninitialized variables in testsuite
authorNick Alcock <nick.alcock@oracle.com>
Tue, 30 Jan 2024 14:18:54 +0000 (14:18 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 11 Mar 2024 17:16:12 +0000 (17:16 +0000)
commit9b9e262994636841de04b433413e8987b16fcbaa
tree16ff660c361e13c7ed9826e17f1562f7f9f5c6c5
parent02b2f397039270cbe00f61097ed93b872723e1f4
libctf: fix uninitialized variables in testsuite

Just because a path is an error path doesn't mean the program terminates
there if you don't ask it to.  And we don't want to -- but that means
we need to initialize the variables that are missed if an error happens to
*something*.  Type ID 0 (unimplemented) will do: it'll induce further
ECTF_BADID errors, but that's no bad thing.

libctf/ChangeLog:

* testsuite/libctf-writable/libctf-errors.c: Initialize variables.
libctf/testsuite/libctf-writable/libctf-errors.c