|
From: | hjl.tools at gmail dot com |
Subject: | [Bug binutils/14526] c++filt is crashed on large files |
Date: | Tue, 28 Aug 2012 18:29:25 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=14526 --- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-08-28 18:29:25 UTC --- libiberty/argv.c has if (input != NULL) { copybuf = (char *) alloca (strlen (input) + 1); it easily exceeds stack limit. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |