diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-29 14:44:57 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-29 14:44:57 +0100 |
commit | f8aa69be445f65bb36cb3ae9291423600da7d6d2 (patch) | |
tree | 6e40358ddccf8f1cd56df174cfa6199bb16645f0 /ChangeLog | |
parent | 2bd86632b7cb97dc9002a23795e140fc880e1987 (diff) | |
download | glibc-f8aa69be445f65bb36cb3ae9291423600da7d6d2.zip glibc-f8aa69be445f65bb36cb3ae9291423600da7d6d2.tar.gz glibc-f8aa69be445f65bb36cb3ae9291423600da7d6d2.tar.bz2 |
tst-realloc: do not check for errno on success [BZ #22611]
POSIX explicitly says that applications should check errno only after
failure, so the errno value can be clobbered on success as long as it
is not set to zero.
Changelog:
[BZ #22611]
* malloc/tst-realloc.c (do_test): Remove the test checking that errno
is unchanged on success.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2017-12-29 Aurelien Jarno <aurelien@aurel32.net> + + [BZ #22611] + * malloc/tst-realloc.c (do_test): Remove the test checking that errno + is unchanged on success. + 2017-12-27 Dmitry V. Levin <ldv@altlinux.org> * elf/dl-dst.h (DL_DST_COUNT): Remove is_path argument, all callers |