selinux/libsepol/include/sepol
James Carter cd575089db libsepol: Changes to ebitmap.h to fix compiler warnings
When compiling with the "-Wnull-dereference" flag, the compiler is
not smart enough to realize that anytime the ebitmap_t node field is
NULL, the highbit field will equal 0. This causes false positive
warnings to be generated.

Change the ebitmap_is_empty() and ebitmap_length() macros to check
for the node being NULL instead of just relying on the value of
highbit to eliminate these false warnings.

Signed-off-by: James Carter <jwcart2@gmail.com>
Acked-by: Petr Lautrbach <lautrbach@redhat.com>
2023-08-16 13:33:48 -04:00
..
policydb libsepol: Changes to ebitmap.h to fix compiler warnings 2023-08-16 13:33:48 -04:00
boolean_record.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
booleans.h libsepol: Drop deprecated functions 2020-10-19 22:11:39 +02:00
context.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
context_record.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
debug.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
errcodes.h libsepol: enclose macro parameters and replacement lists in parentheses 2022-08-09 09:52:06 -04:00
handle.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
ibendport_record.h libsepol: replace non-standard use of __BEGIN_DECLS 2017-06-20 11:03:12 -04:00
ibendports.h libsepol: replace non-standard use of __BEGIN_DECLS 2017-06-20 11:03:12 -04:00
ibpkey_record.h libsepol: replace non-standard use of __BEGIN_DECLS 2017-06-20 11:03:12 -04:00
ibpkeys.h libsepol: replace non-standard use of __BEGIN_DECLS 2017-06-20 11:03:12 -04:00
iface_record.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
interfaces.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
kernel_to_cil.h libsepol: Add ability to convert binary policy to CIL 2017-04-05 12:23:05 -04:00
kernel_to_conf.h libsepol: Add ability to convert binary policy to policy.conf file 2017-04-05 12:23:25 -04:00
module.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
module_to_cil.h libsepol: add function to generate CIL from a module policydb 2015-04-01 13:09:21 -04:00
node_record.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
nodes.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
policydb.h libsepol: add a function to optimize kernel policy 2019-06-25 10:11:00 -04:00
port_record.h selinux: Add support for the SCTP portcon keyword 2018-03-19 12:34:29 -04:00
ports.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
sepol.h semanage: Update semanage to allow runtime labeling of ibendports 2017-05-23 16:20:55 -04:00
user_record.h libsepol: do not #include <sys/cdefs.h> 2016-11-29 11:03:17 -05:00
users.h libsepol: Drop deprecated functions 2020-10-19 22:11:39 +02:00