about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-07-12 15:01:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-07-12 15:01:43 +0200
commit046bfed9dec0d24e7b217bb78e15d1640d572832 (patch)
tree116a65ecf4c9de78d671a1aaf8ebd2a8dd829f4c /ChangeLog
parent93304f5f7a32f73b551266c5a181db51d97a71e4 (diff)
downloadglibc-046bfed9dec0d24e7b217bb78e15d1640d572832.tar.gz
glibc-046bfed9dec0d24e7b217bb78e15d1640d572832.tar.xz
glibc-046bfed9dec0d24e7b217bb78e15d1640d572832.zip
nptl: Use __mprotect consistently for _STACK_GROWS_UP
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2bcc6de1..e9dd4aead8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-12  Florian Weimer  <fweimer@redhat.com>
+
+	* nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
+	__mprotect, not mprotect.
+
 2018-07-11  Florian Weimer  <fweimer@redhat.com>
 
 	* io/Makefile (headers): Add bits/statx.h.