diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-09-01 10:50:41 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-11-30 16:18:34 -0800 |
commit | 8e67b39eb4a3abb6f3e35de3ad6e5d06ed0e8498 (patch) | |
tree | 32cb45ac608306b882ba1dab40756ea9eafc12d8 /ChangeLog | |
parent | 15b8d67e29142251a30576b5ab469051a8833e97 (diff) | |
download | glibc-8e67b39eb4a3abb6f3e35de3ad6e5d06ed0e8498.tar.gz glibc-8e67b39eb4a3abb6f3e35de3ad6e5d06ed0e8498.tar.xz glibc-8e67b39eb4a3abb6f3e35de3ad6e5d06ed0e8498.zip |
stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 87d3863e7c..e6bbc57039 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-12-01 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #20544] + * stdlib/cxa_atexit.c (__internal_atexit): assert func != NULL. + * stdlib/on_exit.c (__on_exit): Likewise. + * stdlib/Makefile (tests): Add tst-bz20544. + * stdlib/tst-bz20544.c: New test. + 2018-11-30 Rafael Ávila de Espíndola <rafael@espindo.la> [BZ #19767] |