Module Name: src Committed By: kamil Date: Thu Dec 6 06:29:56 UTC 2018
Modified Files: src/lib/libc/stdlib: strtonum.c Log Message: Correct handling of minval > maxval in strtonum(3) The original implementation in OpenBSD returns "invalid" and avoids reading the input string. The replaced behavior was interpreting the input string ignoring the invalid arguments. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdlib/strtonum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.