diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-10-25 17:11:02 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2016-10-25 17:11:02 +0000 |
commit | 9be442673af778a11d3a373af07dbc841791a194 (patch) | |
tree | d416391195f483ba8d91d0465df3e6f5cdcbc4da /sys/conf/newvers.sh | |
parent | 2d004eec093547d1217d9ee2684e9ac247a032ae (diff) | |
download | src-9be442673af778a11d3a373af07dbc841791a194.tar.gz src-9be442673af778a11d3a373af07dbc841791a194.zip |
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
Notes
Notes:
svn path=/releng/9.3/; revision=307931
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 889e09384fa6..2c161870a2e7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.3" -BRANCH="RELEASE-p48" +BRANCH="RELEASE-p49" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |