selinux/libsemanage
Nicolas Iooss 9a6091479d libsemanage: Fix use of unitialized variable
"gcc -O2 -Wall -Werror" fails to compile seusers_local.c:

  seusers_local.c: In function 'semanage_seuser_modify_local':
  seusers_local.c:122:6: error: 'rc' may be used uninitialized in this
  function [-Werror=maybe-uninitialized]

It seems rc is not initialized when the call to semanage_seuser_clone
fails in semanage_seuser_modify_local.

Acked-by: Steve Lawrence <slawrence@tresys.com>
2014-10-02 09:55:44 -04:00
..
example
include libsemanage: add the ability to set an alternative root path for store 2014-08-26 08:03:31 -04:00
man libsemanage: add the ability to set an alternative root path for store 2014-08-26 08:03:31 -04:00
src libsemanage: Fix use of unitialized variable 2014-10-02 09:55:44 -04:00
tests libsemanage: update unit tests for move to /var/lib/selinux 2014-08-26 08:02:16 -04:00
utils libsemanage: semanage store migration script 2014-08-26 08:03:31 -04:00
.gitignore Add subdirectory .gitignore files. 2009-10-20 21:25:55 -04:00
ChangeLog Bump versions for r2 2014-08-27 11:47:04 -04:00
COPYING
Makefile libsemanage: semanage store migration script 2014-08-26 08:03:31 -04:00
VERSION Bump versions for r2 2014-08-27 11:47:04 -04:00