platform_external_selinux/semodule-utils/semodule_deps
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
..
Makefile Re-link programs after libsepol.a is updated 2017-01-18 16:41:34 -05:00
semodule_deps.8 Move policycoreutils/semodule_{deps,expand,link} to semodule-utils. 2016-11-16 11:19:50 -05:00
semodule_deps.c libsepol: use constant keys in hashtab functions 2017-01-19 08:46:19 -05:00