aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-05-16 15:25:30 +0000
committerNick Clifton <nickc@redhat.com>2012-05-16 15:25:30 +0000
commit536695d0f7f0ec6d32b0727fc6cb443455bbc333 (patch)
tree39e5925b5a614c2db2ef71361be19c5cb2be3c7a /gas/ChangeLog
parent40551fb82ee710dc311320c3a010b742d387b46e (diff)
downloadgdb-536695d0f7f0ec6d32b0727fc6cb443455bbc333.zip
gdb-536695d0f7f0ec6d32b0727fc6cb443455bbc333.tar.gz
gdb-536695d0f7f0ec6d32b0727fc6cb443455bbc333.tar.bz2
PR gas/14082
* app.c (do_scrub_chars): Prevent possible out of bounds access to lex[] array.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4f59ea9..da9330f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-16 Alberto Garcia <agarcia@igalia.com>
+
+ PR gas/14082
+ * app.c (do_scrub_chars): Prevent possible out of bounds access to
+ lex[] array.
+
2012-05-16 Georg-Johann Lay <avr@gjlay.de>
PR target/13503