diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-05-17 22:28:36 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-05-17 22:28:36 +0000 |
commit | f7883cce14cae195d2d608b388432848788a5511 (patch) | |
tree | a0071f10eeea88eea4a698e711b18fbfae7078b8 /sys/conf/newvers.sh | |
parent | 03a95b12f377c99bf448a3777c46b6777327c243 (diff) | |
download | src-f7883cce14cae195d2d608b388432848788a5511.tar.gz src-f7883cce14cae195d2d608b388432848788a5511.zip |
- Use unsigned version of min() when handling arguments of SETFKEY ioctl.
- Validate that user supplied control message length in sendmsg(2)
is not negative.
Security: SA-16:18
Security: CVE-2016-1886
Security: SA-16:19
Security: CVE-2016-1887
Submitted by: C Turt <cturt hardenedbsd.org>
Approved by: so
Notes
Notes:
svn path=/releng/9.3/; revision=300088
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 26ded0b4499d..cdbce1481a11 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p41" +BRANCH="RELEASE-p42" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |