]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Fix BZ #21654 - grp-merge.c alignment
[thirdparty/glibc.git] / ChangeLog
index 8d5d68495011a24eb72aec823487cc75b092991c..a9044a588cb6b4c51962d8a45db19fac8cf77ffe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2017-07-14  DJ Delorie  <dj@redhat.com>
+
+       [BZ #21654]
+       * grp/grp_merge.c (__copy_grp): Align char** to minimum pointer
+       alignment not char alignment.
+       (__merge_grp): Likewise.
+
+2017-07-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+           Florian Weimer  <fweimer@redhat.com>
+
+       * libio/memstream.c (__open_memstream): Set _IO_FLAGS2_NEED_LOCK.
+       * libio/wmemstream.c (open_wmemstream): Likewise.
+       * nptl/tst-memstream.c: New.
+
+2017-07-12  Jiong Wang  <jiong.wang@arm.com>
+
+       * sysdeps/arm/dl-machine.h (elf_machine_load_address):  Also strip bit 0
+       of pcrel_address under Thumb mode.
+
+2017-07-12  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+       [BZ #21207]
+       * locale/iso-639.def: Add Fiji Hindi (hif).
+
+2017-07-12  John David Anglin  <danglin@gcc.gnu.org>
+
+       * sysdeps/hppa/dl-machine.h (elf_machine_rela): Fix typo.
+
+2017-07-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * debug/Makefile (CFLAGS-tst-ssp-1.c): Set to
+       -fstack-protector-all.
+
 2017-07-11  Chris Leonard <cjl@sugarlabs.org>
 
        [BZ #20496]