summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/strcasecmp.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-05-05 21:34:10 +0000
committerluigi <luigi@FreeBSD.org>2002-05-05 21:34:10 +0000
commit8b2204b3d02dc75b1d6c67edf50b1720739bede8 (patch)
tree960facf0822f00908be9b0e295b1f5f5482e9c8b /lib/libc/string/strcasecmp.c
parenta03098c406516ecb189e21968f63f5745c50b2b1 (diff)
downloadFreeBSD-src-8b2204b3d02dc75b1d6c67edf50b1720739bede8.zip
FreeBSD-src-8b2204b3d02dc75b1d6c67edf50b1720739bede8.tar.gz
Fix a couple of problems which could cause panics at runtime:
+ setting a bandwidth too large for a pipe (above 2Gbit/s) could cause the internal representation (which is int) to wrap to a negative number, causing an infinite loop in the kernel; + (see PR bin/35628): when configuring RED parameters for a queue, the values are not passed to the kernel resulting in panics at runtime (part of the problem here is also that the kernel does not check for valid parameters being passed, but this will be fixed in a separate commit). These are both critical fixes which need to be merged into 4.6-RELEASE. MFC after: 1 day
Diffstat (limited to 'lib/libc/string/strcasecmp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud