diff options
author | Pedro Alves <palves@redhat.com> | 2012-11-26 14:19:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-11-26 14:19:33 +0000 |
commit | 0270a750ba588a8ad521e68be851772bac9c44f1 (patch) | |
tree | 1b3e72db7d918bc2c45cdf1f4909213bffe434fa /gdb/ChangeLog | |
parent | 8c29b58e98b4a6d4354b0a5bea6af5ec47cc10aa (diff) | |
download | gdb-0270a750ba588a8ad521e68be851772bac9c44f1.zip gdb-0270a750ba588a8ad521e68be851772bac9c44f1.tar.gz gdb-0270a750ba588a8ad521e68be851772bac9c44f1.tar.bz2 |
gdb/
2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
Pedro Alves <palves@redhat.com>
* common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
size parameter passed to readlink by one byte.
* fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
* linux-nat.c (linux_child_pid_to_exec_file): Ditto.
* nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
* inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
size by one byte.
gdb/gdbserver/
2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
* hostio.c (handle_readlink): Decrease buffer size
parameter passed to readlink by one byte.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57aee09..b14fc8e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2012-11-26 Maxime Villard <rustyBSD@gmx.fr> + Pedro Alves <palves@redhat.com> + + * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer + size parameter passed to readlink by one byte. + * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto. + * linux-nat.c (linux_child_pid_to_exec_file): Ditto. + * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto. + * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's + size by one byte. + 2012-11-26 Yao Qi <yao@codesourcery.com> * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove |