This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.24/master in repository glibc.
from 682f24d0f3 Fix segfault in maybe_script_execute. new 3f949b0347 Fix i386 memmove issue (bug 22644). new ff52a12250 Fix BZ 22786: integer addition overflow may cause stack buff [...] new b501c7b09e Don't write beyond destination in __mempcpy_avx512_no_vzerou [...] new 659b3df5db Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 27 +++++++ NEWS | 17 ++++ stdlib/Makefile | 2 +- stdlib/canonicalize.c | 2 +- stdlib/test-bz22786.c | 90 ++++++++++++++++++++++ string/test-memmove.c | 57 ++++++++++++++ string/test-mempcpy.c | 1 + .../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 +-- .../multiarch/memmove-avx512-no-vzeroupper.S | 5 +- 9 files changed, 203 insertions(+), 10 deletions(-) create mode 100644 stdlib/test-bz22786.c