commit | d54eea875046b46002d1c915b7a388e560140112 | [log] [tgz] |
---|---|---|
author | Nick Alcock <nick.alcock@oracle.com> | Thu Jun 26 15:47:25 2025 +0100 |
committer | Nick Alcock <nick.alcock@oracle.com> | Tue Jul 01 15:54:27 2025 +0100 |
tree | 93b85c7c9c153ec8befbb7eadcd2c85dc41f6023 | |
parent | 84b2be94e5b652d48993d3980b8a3378bd3c6cb5 [diff] |
libctf: create: check the right root-visible flag when adding enumerands The root-visible flag we're dealing with here is directly out of the dict, not a flag passed in to the API, so it does not have the values CTF_ADD_ROOT or CTF_ADD_NONROOT: instead it's simply zero for non-root-visible, nonzero otherwise. Fix the test. libctf/ * ctf-create.c (ctf_add_enumerator): Fix root-visibility test.