commit | 4cd2c266cf35382b690da27482368cd80c3a71ef | [log] [tgz] |
---|---|---|
author | Nick Alcock <nick.alcock@oracle.com> | Mon Jul 15 21:05:43 2024 +0100 |
committer | Nick Alcock <nick.alcock@oracle.com> | Wed Jul 31 21:02:05 2024 +0100 |
tree | 3c7401e1ba8ab53383503ca2a0947eae7303d62f | |
parent | c3256db5c30945a68e71ebce93854845a9735cfe [diff] |
libctf, open: Fix enum error handling path This new error-handling path was not properly initializing the fp's errno. libctf/ * ctf-open.c (init_static_types_internal): Set errno properly.