From 95e5485de5958aa3bc7e97b0475c08045560974c Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 21 Mar 2018 08:11:25 +0000 Subject: [PATCH] Ticket #1589 --- doc/CHANGES-7.0.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-7.0.3 b/doc/CHANGES-7.0.3 index 16cb0a7b9f77..8a2e9106cc05 100644 --- a/doc/CHANGES-7.0.3 +++ b/doc/CHANGES-7.0.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.93 2018/03/20 17:18:56 martin Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.94 2018/03/21 08:11:25 martin Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -5318,4 +5318,8 @@ sys/arch/xen/x86/cpu.c 1.102-1.103 Retrieve cpuid7 (Structured Extended Features) into ci_feat_val. [msaitoh, ticket #1118] +sys/dev/ppbus/if_plip.c 1.28 + + Fix an spl(9) leak. + [msaitoh, ticket #1579]