]> granicus.if.org Git - sudo/commit
Remove the NO_EXIT flag to log_error() and add a log_fatal() function
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Mar 2012 14:59:14 +0000 (10:59 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 26 Mar 2012 14:59:14 +0000 (10:59 -0400)
commit44ce5720def9fb6104ac5b942c19c902581a336e
tree9d31173742fc97d3799943d1a754f06734587416
parent413c2accd9e4def48694c2dab1333256077d1065
Remove the NO_EXIT flag to log_error() and add a log_fatal() function
that exits and is marked no_return.  Fixes false positives from
static analyzers and is easier for humans to read too.
14 files changed:
plugins/sudoers/auth/bsdauth.c
plugins/sudoers/auth/kerb5.c
plugins/sudoers/auth/pam.c
plugins/sudoers/auth/sia.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/bsm_audit.c
plugins/sudoers/check.c
plugins/sudoers/env.c
plugins/sudoers/iolog.c
plugins/sudoers/logging.c
plugins/sudoers/logging.h
plugins/sudoers/parse.c
plugins/sudoers/set_perms.c
plugins/sudoers/sudoers.c