selinux-refpolicy/support
Nicolas Iooss 572c617c91 fc_sort: initialize allocated memory to fix execution on an empty file
When running fc_sort on an empty context file, this program uses uninitialized
pointers when accessing to the elements of a list.  On my system, it goes in a
very long loop (maybe infinite) because uninitialized fields in malloc'ed
structures happen to contain valid pointers in the heap.

This patch fixes this bug by initializing ->next and ->data fields before they
may be read.
2014-04-04 15:47:36 -04:00
..
Makefile.devel Remove rolemap and per-role template support. 2011-10-14 08:52:21 -04:00
comment_move_decl.sed Move role declarations to the top of base.conf 2012-02-29 12:08:22 -05:00
divert.m4 Fix infrastructure to expand macros in initrc_context when installing. 2009-08-10 14:00:34 -04:00
fc_sort.c fc_sort: initialize allocated memory to fix execution on an empty file 2014-04-04 15:47:36 -04:00
genclassperms.py Refactoring code to support python3 2012-06-26 09:08:48 -04:00
genhomedircon Refactoring code to support python3 2012-06-26 09:08:48 -04:00
gennetfilter.py
get_type_attr_decl.sed Move role declarations to the top of base.conf 2012-02-29 12:08:22 -05:00
iferror.m4 trunk: Add iferror.m4 rather generate it out of the Makefiles. 2008-03-06 20:17:46 +00:00
policyvers.py Fix support/policyvers.py not to error if building policy on a SELinux-disabled system. 2013-09-23 14:26:32 -04:00
pyplate.py Refactoring code to support python3 2012-06-26 09:08:48 -04:00
sedoctool.py Refactoring code to support python3 2012-06-26 09:08:48 -04:00
segenxml.py Refactoring code to support python3 2012-06-26 09:08:48 -04:00
selinux-policy-refpolicy.spec Add sepgsql_contexts into appconfig-* 2011-01-04 13:27:40 -05:00
selinux-refpolicy-sources.spec.skel trunk: update sources rpm spec file. 2007-09-28 15:14:18 +00:00
set_bools_tuns.awk
undivert.m4 Fix infrastructure to expand macros in initrc_context when installing. 2009-08-10 14:00:34 -04:00