selinux/libsepol
Nicolas Iooss fd9e5ef7b7 libsepol: use constant keys in hashtab functions
Even though "hashtab_key_t" is an alias for "char *", "const
hashtab_key_t" is not an alias for "(const char) *" but means "(char *)
const".

Introduce const_hashtab_key_t to map "(const char) *" and use it in
hashtab_search() and hashtab key comparison functions.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2017-01-19 08:46:19 -05:00
..
cil libsepol: use constant keys in hashtab functions 2017-01-19 08:46:19 -05:00
include libsepol: use constant keys in hashtab functions 2017-01-19 08:46:19 -05:00
man
src libsepol: use constant keys in hashtab functions 2017-01-19 08:46:19 -05:00
tests libsepol/tests: fix some memory leaks 2017-01-06 13:04:09 -05:00
utils
.gitignore
COPYING
Makefile
VERSION Update VERSION and ChangeLog files for 2.6 final release. 2016-10-14 11:31:26 -04:00