From 95089d92b0803bd11eb286b9a6bd0654d0d05aac Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 17 Jun 2022 15:26:31 +0000 Subject: Ticket #1475 --- doc/CHANGES-9.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3 index 05224cd7d12..f3a52e8812c 100644 --- a/doc/CHANGES-9.3 +++ b/doc/CHANGES-9.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.107 2022/06/16 14:23:27 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.108 2022/06/17 15:26:31 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1838,3 +1838,8 @@ sys/arch/hppa/hppa/pmap.c 1.120 PR 56867: purge the translations from the TLBs in pmap_procwr. [skrll, ticket #1474] +sys/miscfs/procfs/procfs_vnops.c 1.229 + + procfs: add missing permission check. + [shm, ticket #1475] + -- cgit