diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-21 22:59:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-21 22:59:19 +0200 |
commit | 0a47d031e44f15236bcef8aeba80e737bd013c6f (patch) | |
tree | 6f67723d831039ed091cf3601b30aae611c9c07f /ChangeLog | |
parent | 4dd8e7c0ce5ecc7f65e33e60ad2f717b31de32ec (diff) | |
download | glibc-0a47d031e44f15236bcef8aeba80e737bd013c6f.zip glibc-0a47d031e44f15236bcef8aeba80e737bd013c6f.tar.gz glibc-0a47d031e44f15236bcef8aeba80e737bd013c6f.tar.bz2 |
_nl_load_domain: Use calloc instead of alloca
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-06-21 Florian Weimer <fweimer@redhat.com> + + * intl/loadmsgcat.c: Remove alloca support. + (_nl_load_domain): Use calloc instead of alloca. + 2017-04-21 Florian Weimer <fweimer@redhat.com> * malloc/Makefile (tests-internal): Add tst-alloc_buffer. |