Unto Sten
5d8f44e2c3
Global replace exit(0) with more readable exit(EXIT_SUCCESS)
2019-05-15 17:34:43 -07:00
Stephen Smalley
e76569f863
libselinux: avcstat: fix build warning
...
Fix the following build warning.
avcstat.c: In function ‘main’:
avcstat.c:113:4: error: ‘strncpy’ specified bound 4096 equals destination size [-Werror=stringop-truncation]
strncpy(avcstatfile, optarg, sizeof avcstatfile);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2018-05-08 08:11:58 -04:00
Stephen Smalley
dd8d5671e2
libselinux: avcstat: Clean up redundant condition
...
dcb314 reported this via https://github.com/SELinuxProject/selinux/issues/20
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-29 11:11:26 -05:00
William Roberts
e4f2bcce24
libselinux/utils: fix all the noreturn errors
...
When building with clang, multiple noreturn issues arise,
for instance:
selabel_partial_match.c:11:1: error: function 'usage' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn]
Fix these.
Signed-off-by: William Roberts <william.c.roberts@intel.com>
2016-11-01 17:29:49 -04:00
Eric Paris
aa62cd60f7
libselinux: Fix errors found by coverity
...
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2013-02-05 20:14:45 -05:00
Dan Walsh
fa7a9a604e
libselinux: utils: avcstat: clear sa_mask set
...
We were leaving random stack garbage in sa.sa_mask. Clear it the way
one should. (spotted by coveriety)
Signed-off-by: Eric Paris <eparis@redhat.com>
2012-09-12 14:30:21 -04:00
Daniel P. Berrange
91d9fe8af0
libselinux: Add printf format attribute annotation to die() method
...
Annotating the die method as taking printf format exposes
a bug in error reporting
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Dan Walsh <dwalsh@redhat.com>
2012-03-28 14:52:12 -04:00
Joshua Brindle
13cd4c8960
initial import from svn trunk revision 2950
2008-08-19 15:30:36 -04:00