bug-make
[Top][All Lists]
Advanced

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

[bug #27143] Crash in a pair of mutually recursive macros


From: Paul D. Smith
Subject: [bug #27143] Crash in a pair of mutually recursive macros
Date: Sun, 02 Aug 2009 00:10:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070812 Ubuntu/8.04 (hardy) Firefox/3.0.12

Update of bug #27143 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => CVS                    

    _______________________________________________________

Follow-up Comment #1:

Another alloca() issue.  Really, it would be much nicer if we didn't need
this alloc at all; we need it because not all functions in make that deal with
strings accept a length or end pointer argument.

Changed expand_argument() to use malloc() if the size is >1000 bytes.  Now
the test run works fine on my 32bit Ubuntu 8.04, whereas before it dumped
core.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27143>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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