selinux/mcstrans/src
bauen1 cc00c7ea7d mcstransd: fix memory leak in new_context_str
The return value of context_new needs to be free with context_free.

Signed-off-by: bauen1 <j2468h@gmail.com>
Acked-by: William Roberts <william.c.roberts@intel.com>
2020-05-13 11:11:52 +02:00
..
.gitignore mcstrans: Add .gitignore file 2016-11-16 11:19:50 -05:00
Makefile mcstrans: build: follow standard semantics for DESTDIR and PREFIX 2018-02-14 15:59:38 +01:00
README Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mcscolor.c tree-wide: replace last occurrences of security_context_t 2020-03-25 09:54:21 -05:00
mcstrans.c mcstransd: fix memory leak in new_context_str 2020-05-13 11:11:52 +02:00
mcstrans.h tree-wide: replace last occurrences of security_context_t 2020-03-25 09:54:21 -05:00
mcstrans.init Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mcstrans.service mcstrans: start early and stop late 2020-05-13 11:09:03 +02:00
mcstransd.c tree-wide: replace last occurrences of security_context_t 2020-03-25 09:54:21 -05:00
mls_level.c Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00
mls_level.h Move policycoreutils/mcstrans to mcstrans. 2016-11-16 11:19:50 -05:00

README

To rebuild with debugging support:
make clean && env CFLAGS="-Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -DDEBUG -g" LDFLAGS="-g" make