selinux/mcstrans/src
Christian Göttsche 55b474ee41 mcstrans: free constraint in error branch
Free constraint, like in all other error branches.

Reported-by: Cppcheck
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
2024-06-13 16:28:53 -04:00
..
.gitignore
Makefile Add CPPFLAGS to Makefiles 2023-12-06 13:35:32 -05:00
mcscolor.c mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcscolor.h mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcstrans.c mcstrans: free constraint in error branch 2024-06-13 16:28:53 -04:00
mcstrans.h mcstrans: avoid missing prototypes 2021-11-15 16:00:54 -05:00
mcstrans.init
mcstrans.service mcstrans: preserve runtime directory 2023-02-01 15:58:41 +01:00
mcstransd.c mcstrans: Fir RESOURCE_LEAK and USE_AFTER_FREE coverity scan defects 2022-04-06 10:54:59 +02:00
mls_level.c mcstrans: check memory allocations 2024-01-25 12:58:17 -05:00
mls_level.h
README

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