This commit is contained in:
martin 2023-02-14 16:05:01 +00:00
parent 98450d91ee
commit 6fae7b34c1
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: CHANGES-8.3,v 1.1.2.164 2023/01/23 14:11:22 martin Exp $
$NetBSD: CHANGES-8.3,v 1.1.2.165 2023/02/14 16:05:01 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@ -3153,3 +3153,11 @@ sys/dev/pci/ixgbe/ixv.c 1.183
- KNF. Modify comment. Fix typo.
[msaitoh, ticket #1796]
xsrc/external/mit/xorg-server.old/dist/Xi/exevents.c 1.2
xsrc/external/mit/xorg-server/dist/Xi/exevents.c (apply patch)
Pullover fix from xorg-server 21.1.7:
Xi: fix potential use-after-free in DeepCopyPointerClasses
CVE-2023-0494, ZDI-CAN-19596
[mrg, ticket #1797]