Go to file
Sven Vermeulen c4f415c244 libsemanage: use after free in python bindings
In python 3.2 we hit a problem where the fconext was garbage.  We didn't
see this in python 2.7.  The reason is because python3.2 would free and
reuse the memory and python 2.7 just happened to leave it alone.
Instead of using memory that python might use for something else, use
strdup() to get a local copy which we can free when we are finished with
it.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2012-06-28 13:29:23 -04:00
checkpolicy bump version and changelog for upstream push 2012-03-28 15:44:05 -04:00
libselinux libselinux: additional makefile support for rubywrap 2012-06-28 11:21:16 -04:00
libsemanage libsemanage: use after free in python bindings 2012-06-28 13:29:23 -04:00
libsepol libsepol: Android/MacOS X build support 2012-06-28 11:21:15 -04:00
policycoreutils bump version and changelog for upstream push 2012-03-28 15:44:05 -04:00
scripts release script 2009-03-12 01:23:32 -04:00
sepolgen bump version and changelog for upstream push 2012-03-28 15:44:05 -04:00
.gitignore .gitignore: More files to ignore 2011-09-16 11:54:04 -04:00
Makefile libselinux: additional makefile support for rubywrap 2012-06-28 11:21:16 -04:00