This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug objc/85476] ASAN error in finish_class ../../gcc/objc/objc-act.c:8006


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85476

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Apr 20 12:55:36 2018
New Revision: 259521

URL: https://gcc.gnu.org/viewcvs?rev=259521&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/objc/ChangeLog
    trunk/gcc/objc/objc-act.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]