blob: e1ac459f68fe03f06be9bcf9532f42ac6f7ced06 [file] [log] [blame] [raw]
Index: UPDATING
===================================================================
--- UPDATING (版本 316722)
+++ UPDATING (版本 317487)
@@ -16,6 +16,10 @@
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20170427 p19 FreeBSD-SA-17:04.ipfilter
+
+ Fix ipfilter(4) fragment handling panic. [SA-17:04]
+
20170412 p18 FreeBSD-SA-17:03.ntp
FreeBSD-EN-17:05.xen
Index: sys/conf/newvers.sh
===================================================================
--- sys/conf/newvers.sh (版本 316722)
+++ sys/conf/newvers.sh (版本 317487)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RELEASE-p18"
+BRANCH="RELEASE-p19"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Index: sys/contrib/ipfilter/netinet/ip_frag.c
===================================================================
--- sys/contrib/ipfilter/netinet/ip_frag.c (版本 316722)
+++ sys/contrib/ipfilter/netinet/ip_frag.c (版本 317487)
@@ -456,7 +456,7 @@
IPFR_CMPSZ)) {
RWLOCK_EXIT(lock);
FBUMPD(ifs_exists);
- KFREE(fra);
+ KFREE(fran);
return NULL;
}