]> granicus.if.org Git - sudo/commit
Quiet a false positive found by several static analysis tools.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Sep 2011 23:37:21 +0000 (19:37 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Sep 2011 23:37:21 +0000 (19:37 -0400)
commit0775147894185196b3773aceea574de96a1c2459
treedeab63c9fbb2289dcbf5cbb351d50716e3f709dc
parent6028afae8387f8acaf32d96d74a54883399c0f4c
Quiet a false positive found by several static analysis tools.
These tools don't know that log_error() does not return (it longjmps
to error_jmp which returns to the sudo front-end).
plugins/sudoers/sudoers.c