diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 11:13:31 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-14 11:13:31 -0400 |
commit | da3c19ef5aab5c073baa57afd1f5bf9bf8746460 (patch) | |
tree | dd86a720170f5f33e04b07f57eb120524ff5d9e4 /ChangeLog | |
parent | ca408c157c71edebf45862c35738eb2614cbcd77 (diff) | |
download | glibc-da3c19ef5aab5c073baa57afd1f5bf9bf8746460.tar.gz |
Fix potential problem with out-of-scope buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-05-14 Ulrich Drepper <drepper@gmail.com> + [BZ #12626] + * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move + buf2 definition. + * libio/fileops.c (_IO_new_file_close_it): Initialize write_status. [BZ #12432] |