Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 1353, 1365, 1368
details: https://anonhg.NetBSD.org/src/rev/6f08e7d2eb5f
branches: netbsd-7
changeset: 800164:6f08e7d2eb5f
user: snj <snj%NetBSD.org@localhost>
date: Sat Mar 18 05:50:30 2017 +0000
description:
1353, 1365, 1368
diffstat:
doc/CHANGES-7.2 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 9564ceffc431 -r 6f08e7d2eb5f doc/CHANGES-7.2
--- a/doc/CHANGES-7.2 Sat Mar 18 05:22:18 2017 +0000
+++ b/doc/CHANGES-7.2 Sat Mar 18 05:50:30 2017 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index