Module Name: src Committed By: snj Date: Sun Jul 9 04:37:41 UTC 2017
Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: 1411 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 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.25 src/doc/CHANGES-7.2:1.1.2.26 --- src/doc/CHANGES-7.2:1.1.2.25 Sat Jul 8 17:19:31 2017 +++ src/doc/CHANGES-7.2 Sun Jul 9 04:37:40 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.2,v 1.1.2.25 2017/07/08 17:19:31 snj Exp $ +# $NetBSD: CHANGES-7.2,v 1.1.2.26 2017/07/09 04:37:40 snj Exp $ A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2 release: @@ -2468,3 +2468,12 @@ xsrc/xfree/xc/programs/Xserver/Xi/sendex Fix CVE-2017-10971 and CVE-2017-10972. [mrg, ticket #1446] +libexec/ld.elf_so/reloc.c 1.110 + + PR port-macppc/47464 - Old binutils generated bogus zero-sized + COPY relocations for _SDA_BASE_ and _SDA2_BASE_ that happened + to work by accident. They no longer happen to work when old + binaries are run on newer systems. Explicitly ignore these + bogus relocations. + [uwe, ticket #1411] +