Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc 1412
details: https://anonhg.NetBSD.org/src/rev/02ca58766df7
branches: netbsd-7-0
changeset: 801382:02ca58766df7
user: snj <snj%NetBSD.org@localhost>
date: Fri Aug 25 05:33:40 2017 +0000
description:
1412
diffstat:
doc/CHANGES-7.0.3 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r f50df4f3a089 -r 02ca58766df7 doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Fri Aug 25 05:31:36 2017 +0000
+++ b/doc/CHANGES-7.0.3 Fri Aug 25 05:33:40 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.59 2017/08/25 03:52:13 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.60 2017/08/25 05:33:40 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -4922,3 +4922,15 @@
i386 GENERIC: disable VM86 by default.
[maxv, ticket #1463]
+sys/external/bsd/ipf/netinet/fil.c 1.20
+sys/external/bsd/ipf/netinet/ip_frag.c 1.5
+sys/external/bsd/ipf/netinet/ip_state.c 1.7
+
+ Disconnect maintaining fragment state from keeping session
+ state. The user now must specify keep frags along with keep
+ state to have ipfilter do what it did before, as documented
+ in ipf.conf.5. (Cy Schubert @ FreeBSD)
+ Free the right fragment (Cy Schubert @ FreeBSD). This will
+ cause use after free issues and eventually panic.
+ [mrg, ticket #1412]
+
Home |
Main Index |
Thread Index |
Old Index