summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-10-25 17:11:15 +0000
committerglebius <glebius@FreeBSD.org>2016-10-25 17:11:15 +0000
commitf6ed52a5221c1c90f63aa97666cf874cc27fb3ba (patch)
tree80e76aac236cd0494806bad65f47ae9440a8db1a /sys/conf/newvers.sh
parentd76734ccc9d6d68cd6675a3672d82d3d06e0be77 (diff)
downloadFreeBSD-src-f6ed52a5221c1c90f63aa97666cf874cc27fb3ba.zip
FreeBSD-src-f6ed52a5221c1c90f63aa97666cf874cc27fb3ba.tar.gz
Revised SA-16:15. The initial patch didn't cover all possible overflows
based on passing incorrect parameters to sysarch(2). Security: SA-16:15 Approved by: so
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a12fc8c..0ed7f24 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p10"
+BRANCH="RELEASE-p11"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud