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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to