https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
Andrew Pinski changed:
What|Removed |Added
CC||amodra at gmail dot com
--- Comment #5 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
Eric Gallager changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
--- Comment #3 from Tim Ruehsen ---
(In reply to Christian Biesinger from comment #2)
> Could you send your patch to gcc-patches per
> https://gcc.gnu.org/contribute.html#patches ? Thanks!
I did that some days ago:
https://gcc.gnu.org/ml/gcc-pat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
Christian Biesinger changed:
What|Removed |Added
CC||cbiesinger at google dot com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92453
--- Comment #1 from Tim Ruehsen ---
Created attachment 47279
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47279&action=edit
Fix write buffer overflow in cplus_demangle()
Correctly calculate the demangled size by using two passes.