diff options
Diffstat (limited to 'security/sudo/files')
-rw-r--r-- | security/sudo/files/patch-lib__util__strtoid.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/sudo/files/patch-lib__util__strtoid.c b/security/sudo/files/patch-lib__util__strtoid.c new file mode 100644 index 000000000000..7a1bdd2efe6a --- /dev/null +++ b/security/sudo/files/patch-lib__util__strtoid.c @@ -0,0 +1,11 @@ +--- ./lib/util/strtoid.c.orig 2016-12-18 05:52:23.000000000 -0800 ++++ ./lib/util/strtoid.c 2016-12-19 13:48:01.268725000 -0800 +@@ -80,7 +80,7 @@ + } + if (errno == ERANGE) { + if (errstr != NULL) { +- if (llval == LLONG_MAX)) { ++ if (llval == LLONG_MAX) + *errstr = N_("value too large"); + else + *errstr = N_("value too small"); |