diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-10-30 13:55:50 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-10-30 13:55:50 +0100 |
commit | a91e9301c47bb688f4e496a19cfc68261ff18293 (patch) | |
tree | 1e74e1e7b72eddee8d68edbdad9ce75253fca594 /ChangeLog | |
parent | 07da99aad93c9364acb7efdab47c27ba698f6313 (diff) | |
download | glibc-a91e9301c47bb688f4e496a19cfc68261ff18293.tar glibc-a91e9301c47bb688f4e496a19cfc68261ff18293.tar.gz glibc-a91e9301c47bb688f4e496a19cfc68261ff18293.tar.bz2 glibc-a91e9301c47bb688f4e496a19cfc68261ff18293.zip |
support_blob_repeat: Call mkstemp directory for the backing file
This avoids a warning during post-test cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2018-10-30 Florian Weimer <fweimer@redhat.com> + * support/blob_repeat.c (allocate_big): Call mkstemp directly. + +2018-10-30 Florian Weimer <fweimer@redhat.com> + * stdlib/tst-strtod-overflow.c (do_test): Switch to support_blob_repeat. |