bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/14526] c++filt is crashed on large files


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]