diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-02-12 12:57:40 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2016-02-16 21:51:54 +0100 |
commit | 4660fb2714c52dba4addab496b3f1ae8e6c633b3 (patch) | |
tree | 59bb113ea202776a38bf840287c0cef286c493f8 /ChangeLog | |
parent | 287de30e170cb765ed326d23d22791a81aab6e0f (diff) | |
download | glibc-4660fb2714c52dba4addab496b3f1ae8e6c633b3.tar.gz glibc-4660fb2714c52dba4addab496b3f1ae8e6c633b3.tar.xz glibc-4660fb2714c52dba4addab496b3f1ae8e6c633b3.zip |
hsearch_r: Apply VM size limit in test case
(cherry picked from commit f34f146e682d8d529dcf64b3c2781bf3f2f05f6c)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed20b9b4b5..58df7c8aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-02-12 Florian Weimer <fweimer@redhat.com> + + * misc/bug18240.c (do_test): Set RLIMIT_AS. + 2016-01-27 Paul Eggert <eggert@cs.ucla.edu> [BZ #18240] |