Module Name: src Committed By: martin Date: Mon Dec 10 17:21:21 UTC 2018
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1663 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.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-7.3 diff -u src/doc/CHANGES-7.3:1.1.2.22 src/doc/CHANGES-7.3:1.1.2.23 --- src/doc/CHANGES-7.3:1.1.2.22 Tue Dec 4 19:17:00 2018 +++ src/doc/CHANGES-7.3 Mon Dec 10 17:21:21 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.22 2018/12/04 19:17:00 martin Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.23 2018/12/10 17:21:21 martin Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -319,3 +319,8 @@ sys/arch/amd64/amd64/machdep.c 1.321 Fix stack info leak. [maxv, ticket #1662] +bin/sh/parser.c 1.152 (patch) + + Avoid crash from redirect on null compound command. + [kre, ticket #1663] +