Module Name: src
Committed By: snj
Date: Sat Mar 18 05:50:30 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1353, 1365, 1368
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-7.2
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.2
diff -u src/doc/CHANGES-7.2:1.1.2.1 src/doc/CHANGES-7.2:1.1.2.2
--- src/doc/CHANGES-7.2:1.1.2.1 Wed Mar 15 06:26:31 2017
+++ src/doc/CHANGES-7.2 Sat Mar 18 05:50:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.1 2017/03/15 06:26:31 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.2 2017/03/18 05:50:30 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -10,3 +10,23 @@ sys/sys/param.h patched by hand
Welcome to 7.1_STABLE.
[snj]
+usr.bin/ftp/fetch.c 1.227
+
+ Use the first name we requested the http/https URL for, not any
+ name we ended up with after random redirects.
+ [nonaka, ticket #1353]
+
+usr.bin/pkill/pkill.c 1.31
+
+ Avoid core dump if a process being examined has set its argv[0]
+ to NULL. PR bin/50934.
+ [kre, ticket #1365]
+
+sys/kern/exec_elf.c 1.88 via patch
+
+ netbsd_elf_signature - look at note segments (phdrs) not note
+ sections. They point to the same data in the file, but
+ sections are for linkers and are not necessarily present in
+ an executable.
+ [uwe, ticket #1368]
+