This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug glob/20707] gl_pathv entries not set to NULL with GLOB_DOOFFS


https://sourceware.org/bugzilla/show_bug.cgi?id=20707

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
I cannot reproduce that.  gl_pathv is always first initialized with gl_offs+1
null pointers.  The only way to skip the first assignment is to use
GLOB_APPEND, but that would be an invalid use.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]