diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-23 16:54:39 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-23 16:54:39 +0000 |
commit | 545e713f93c5fdc915aea11ede9e90e0b01c773c (patch) | |
tree | ea30c92683c15b98f493ec1bf48217c0b8ccc0f4 /sys/conf/newvers.sh | |
parent | 068214ed63f14fb6153542156c7bd38e48cbf632 (diff) | |
download | src-545e713f93c5fdc915aea11ede9e90e0b01c773c.tar.gz src-545e713f93c5fdc915aea11ede9e90e0b01c773c.zip |
Fix a bug in arplookup(), whereby a hostile party on a locally
attached network could exhaust kernel memory, and cause a system
panic, by sending a flood of spoofed ARP requests.
Approved by: security-officer, jake (mentor)
Reported by: Apple Product Security <product-security@apple.com>
Notes
Notes:
svn path=/releng/4.4/; revision=120385
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 580f9bef9049..3db82bbc60dd 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -36,7 +36,7 @@ TYPE="FreeBSD" REVISION="4.4" -BRANCH="RELEASE-p42" +BRANCH="RELEASE-p43" RELEASE="${REVISION}-${BRANCH}" VERSION="${TYPE} ${RELEASE}" |