diff options
author | Gary Benson <gbenson@redhat.com> | 2018-10-09 14:13:12 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2018-10-09 14:13:12 +0100 |
commit | 04fd5eed91c0a960e1706fb627912ad6350ae391 (patch) | |
tree | fa22e7c3085d31fca32e1b76663aa58ecc9a9a09 /gdb/ChangeLog | |
parent | 1c2649ed7481881cb963bb53251a79bfb8b1047e (diff) | |
download | binutils-gdb-04fd5eed91c0a960e1706fb627912ad6350ae391.tar.gz |
Fix buffer overrun found by Coverity
This commit fixes a buffer overrun found by Coverity, where
36 bytes are written into a 24 byte buffer.
gdb/ChangeLog:
* dwarf2read.c (create_dwp_hash_table): Fix buffer overrun
found by Coverity.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8deee899ed..f37070ea484 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-10-09 Gary Benson <gbenson@redhat.com> + + * dwarf2read.c (create_dwp_hash_table): Fix buffer overrun + found by Coverity. + 2018-10-08 Tom Tromey <tom@tromey.com> * riscv-fbsd-tdep.c (riscv_fbsd_sigframe_init): Remove unused |