Project

General

Profile

Bug #1399 ยป fnmatch-3-Properly-escape-the-terminating-characte.patch

Anonymous, 06/10/2009 07:24 PM

View differences:

lib/libc/gen/fnmatch.c
&patmbs);
if (pclen == (size_t)-1 || pclen == (size_t)-2)
return (FNM_NOMATCH);
if (pclen == 0)
pc = '\\';
pattern += pclen;
}
/* FALLTHROUGH */
    (1-1/1)