Module Name: src Committed By: snj Date: Tue Jun 20 23:03:39 UTC 2023
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: 1826 To generate a diff of this commit: cvs rdiff -u -r1.1.2.176 -r1.1.2.177 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.176 src/doc/CHANGES-8.3:1.1.2.177 --- src/doc/CHANGES-8.3:1.1.2.176 Thu Jun 8 11:20:02 2023 +++ src/doc/CHANGES-8.3 Tue Jun 20 23:03:39 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.176 2023/06/08 11:20:02 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.177 2023/06/20 23:03:39 snj Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3329,3 +3329,9 @@ sys/net/route.c 1.237 to avoid use-after-free of deleted routes. [ozaki-r, ticket #1824] +xsrc/external/mit/libX11/dist/src/InitExt.c patch + + Add bounds checks for extension request, event, & error codes. + Fixes CVE-2023-3138. + [mrg, ticket #1826] +