Module Name: src Committed By: martin Date: Tue Dec 18 18:35:27 UTC 2018
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1665 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 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.25 src/doc/CHANGES-7.3:1.1.2.26 --- src/doc/CHANGES-7.3:1.1.2.25 Fri Dec 14 12:06:12 2018 +++ src/doc/CHANGES-7.3 Tue Dec 18 18:35:26 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.25 2018/12/14 12:06:12 martin Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.26 2018/12/18 18:35:26 martin Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -330,3 +330,9 @@ sys/kern/sys_sig.c 1.47 Fix kernel info leak, 4 bytes of padding in struct _ksiginfo. [maxv, ticket #1664] +usr.bin/telnet/telnet.c 1.37 +usr.bin/telnet/utilities.c 1.24 + + Switch some sprintf to snprintf. + [maya, ticket #1665] +