diff options
author | Nick Clifton <nickc@redhat.com> | 2017-08-08 11:57:22 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-08-08 11:57:22 +0100 |
commit | cea7a285058bcba5a54d6493d6914c720f5c40a8 (patch) | |
tree | 39cb96bc135dd8fabcc9c1e81f5f695a09195d54 /binutils/ChangeLog | |
parent | 206c9c79ee24759c0e0af96e6722298b413f2716 (diff) | |
download | fsf-binutils-gdb-cea7a285058bcba5a54d6493d6914c720f5c40a8.zip fsf-binutils-gdb-cea7a285058bcba5a54d6493d6914c720f5c40a8.tar.gz fsf-binutils-gdb-cea7a285058bcba5a54d6493d6914c720f5c40a8.tar.bz2 |
Fix address violation bugs when writing beyond the end of a local string buffer.
PR 21909
* prdbg.c (pr_int_type): Increase size of local string buffer.
(pr_float_type): Likewise.
(pr_bool_type): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c941aee..fa2b367 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2017-08-08 Nick Clifton <nickc@redhat.com> + + PR 21909 + * prdbg.c (pr_int_type): Increase size of local string buffer. + (pr_float_type): Likewise. + (pr_bool_type): Likewise. + 2017-08-02 Nick Clifton <nickc@redhat.com> PR 21702 |