|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | fnmatch("[","[",0) violates POSIX | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Eric Blake <eblake> |
| Component: | libc | Assignee: | Ulrich Drepper <drepper.fsp> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bruno |
| Priority: | P2 | ||
| Version: | 2.12 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
|
Description
Eric Blake
2011-01-08 22:28:33 UTC
Setting the POSIXLY_CORRECT variable does not help (with glibc 2.8): $ POSIXLY_CORRECT=1 ./foo $ echo $? 1 Changed in git. |