summaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-04-20 14:55:36 +0200
committerMartin Liska <marxin@gcc.gnu.org>2018-04-20 12:55:36 +0000
commitfffefbf85f60859c21e6844aa06a0f6ce8cd1cdd (patch)
tree5e7eddf29b6683efa70112b67eaa7a5876271771 /gcc/objc/ChangeLog
parentb46ebc6c45d7a74ec18a0644f8b4e3c66ea84fb8 (diff)
Do not overflow string buffer (PR objc/85476).
2018-04-20 Martin Liska <mliska@suse.cz> PR objc/85476 * objc-act.c (finish_class): Do not overflow string buffer. From-SVN: r259521
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index d95f3e433aa..63693714d04 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-20 Martin Liska <mliska@suse.cz>
+
+ PR objc/85476
+ * objc-act.c (finish_class): Do not overflow string buffer.
+
2018-01-03 Jakub Jelinek <jakub@redhat.com>
Update copyright years.