diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-27 15:41:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-04-27 16:19:55 +0200 |
commit | cc8dcf96e71dd643f929e32150904cd6ad69efa8 (patch) | |
tree | 0711c094ad29df752a51ffff7120f7b48a945dfd /NEWS | |
parent | 2dd6ee79b19ccfdd7f68cd534b8b71f77479132b (diff) | |
download | glibc-cc8dcf96e71dd643f929e32150904cd6ad69efa8.zip glibc-cc8dcf96e71dd643f929e32150904cd6ad69efa8.tar.gz glibc-cc8dcf96e71dd643f929e32150904cd6ad69efa8.tar.bz2 |
test-skeleton: Support temporary files without memory leaks [BZ#18333]
add_temp_file now makes a copy which is freed by delete_temp_files.
Callers to create_temp_file can now free the returned file name to
avoid the memory leak. These changes do not affect the leak behavior
of existing code.
Also address a NULL pointer derefence in tzset after a memoru allocation
failure, found during testing.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Version 2.22 17967, 17969, 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18068, 18080, 18093, 18100, 18104, 18110, 18111, 18128, 18138, 18185, - 18197, 18206, 18210, 18211, 18247, 18287. + 18197, 18206, 18210, 18211, 18247, 18287, 18333. * Cache information can be queried via sysconf() function on s390 e.g. with _SC_LEVEL1_ICACHE_SIZE as argument. |