commit | 9a6091479d04c4b8ee45c36c527abbd0310a88f9 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Sun Sep 14 23:41:33 2014 +0200 |
committer | Steve Lawrence <slawrence@tresys.com> | Thu Oct 02 09:55:44 2014 -0400 |
tree | 52e344669bd315b72dc69357986840c1da218705 | |
parent | 278ae562d6ce19dffbebe7995b4c62f16b3fd8c7 [diff] |
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>