History log of /external/selinux/semodule-utils/semodule_package/semodule_package.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
28a6a560fa0dbc6f2f45f2cc8773f6baa0652ac7 05-Mar-2017 Nicolas Iooss <nicolas.iooss@m4x.org> semodule-utils: add noreturn attribute to usage()

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/semodule-utils/semodule_package/semodule_package.c
322888962031c787327bad9dfd925d8123223476 27-Feb-2017 Nicolas Iooss <nicolas.iooss@m4x.org> semodule_package: do not leak memory when using -u or -s

When using -u and -s options, semodule_package's main() allocates
user_extra and seusers to hold the argument values. These allocated
memory blocks are not freed when main() exits, which leads gcc's Address
Sanitizer to report a memory leak. This occurs for example when building
refpolicy base.pp module.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/semodule-utils/semodule_package/semodule_package.c
65f5868c23fcf73bf47cc31f8f4f4d2680059a0d 08-Nov-2016 Stephen Smalley <sds@tycho.nsa.gov> Move policycoreutils/semodule_package to semodule-utils.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/selinux/semodule-utils/semodule_package/semodule_package.c