aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-07-15 12:40:13 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2017-07-15 12:40:13 -0400
commit075385f98af239ff5807a5c6ed17fec51e048454 (patch)
tree4daa5d6e521d62b372bc7e69bc9036d0b61b4b0f /ChangeLog
parent2759a2c1d8b950521ae76e62efe0114fd36b6e2d (diff)
downloadglibc-075385f98af239ff5807a5c6ed17fec51e048454.zip
glibc-075385f98af239ff5807a5c6ed17fec51e048454.tar.gz
glibc-075385f98af239ff5807a5c6ed17fec51e048454.tar.bz2
Fix guard alignment in allocate_stack when stack grows up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6befe2..41c050e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-07-15 John David Anglin <danglin@gcc.gnu.org>
+ * nptl/allocatestack.c (allocate_stack): Align old and new guard
+ addresses to page boundaries when the stack grows up.
+
* sysdeps/hppa/math-tests.h: New.
2017-07-14 DJ Delorie <dj@redhat.com>