bug-make
[Top][All Lists]
Advanced

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

[bug #35410] [patch] Fix a bug with filter/filter-out functions when pat


From: Paul D. Smith
Subject: [bug #35410] [patch] Fix a bug with filter/filter-out functions when pattern contains only quoted percents
Date: Sat, 03 Mar 2012 22:15:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Update of bug #35410 (project make):

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

    _______________________________________________________

Follow-up Comment #1:

The patch here was not quite right: you can't be sure that every character
between the new EOS and the old EOS is a nul character, so I used strlen() to
find the new length.  To be more efficient we'd need to change the calling
method for the find_percent() etc. functions to return the new string length.

Fix has been committed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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