mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-25 23:42:05 +00:00
a761a88aab
va_copy()'s manpage [1] states: Each invocation of va_copy() must be matched by a corresponding invocation of va_end() in the same function. create_str_helper() is using va_copy() without va_end(). Add the missing call. [1] https://linux.die.net/man/3/va_copy Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org> |
||
---|---|---|
.. | ||
cil | ||
include | ||
man | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
COPYING | ||
Makefile | ||
VERSION |