bug-make
[Top][All Lists]
Advanced

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

[bug #37878] index out of bounds when handling a file contains '(' and n


From: junhee cho
Subject: [bug #37878] index out of bounds when handling a file contains '(' and not ends with ')'
Date: Fri, 07 Dec 2012 03:21:38 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11

Follow-up Comment #1, bug #37878 (project make):


read.c:3023
if (! (flags & PARSEFS_NOAR)
    && tp == tmpbuf && tp[0] != '(' && tp[nlen-1] != ')')
                                                  ^^
                                           should be '=='


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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