]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: Fix use of errno after strtol() without zeroing first
authorStef Walter <stef@thewalter.net>
Sun, 15 Mar 2015 13:23:32 +0000 (14:23 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:13:13 +0000 (12:13 +0200)
commite0c80cce3eb3250b577291656833d837949437f1
tree747e8579d17cff4e6a94eaaab934013822570cc1
parent34760e62e0d5a25262a6aa801b2f1df61216363f
logger: Fix use of errno after strtol() without zeroing first

References: https://bugzilla.redhat.com/show_bug.cgi?id=1202104
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/logger.c