summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2015-03-23Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer
2015-03-11Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).Paul Pluzhnikov
2015-03-10Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath
2015-03-09Minor refactoring:Paul Pluzhnikov
2015-03-09Fix BZ #18043 (c4): buffer-overflow (read past the end) in wordexp/parse_doll...Paul Pluzhnikov
2015-03-08Fix off-by-one which caused BZ #18042 and add a test for it.Paul Pluzhnikov
2015-03-08Refactor wordexp-test.c such that words always ends at the edge ofPaul Pluzhnikov
2015-03-06Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov
2015-03-02Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov
2015-02-26Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath
2015-01-07posix/regcomp: initialize union structure tag to avoid warningChris Metcalf
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf
2014-12-29Make type for spec variable size as size_tSiddhesh Poyarekar
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar
2014-12-11Fix -Wformat-security warnings in posix/regexbug1.cRoland McGrath
2014-12-02Fix warning in posix/tst-getopt_long1.c.Joseph Myers
2014-12-02Remove excess declarations from unistd.h for XPG3/XPG4 (bug 17665).Joseph Myers
2014-11-25fnmatch: work around GCC compiler warning bug with uninit varPaul Eggert
2014-11-25Fix warning in posix/bug-regex31.c.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-21BZ#16469: don't drop trailing dot in res_nquerydomain(..., name, NULL, ...)Alexandre Oliva
2014-11-19CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-11-07Remove __libc_waitpid function name.Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-11-04Remove unused includeAndreas Schwab
2014-11-01Remove __libc_nanosleep function name.Joseph Myers
2014-09-16Assume that all _[PS]C_* and _CS_* macros are always definedSiddhesh Poyarekar
2014-09-15Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETSSiddhesh Poyarekar
2014-09-11Move findidx nested functions to top-level.Roland McGrath
2014-08-01Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar
2014-08-01Check if DEBUG is defined in regex_internal.cSiddhesh Poyarekar
2014-08-01Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar
2014-07-13regex: don't deref NULL upon heap allocation failureJim Meyering
2014-06-26Add missing #include in spawn_faction_addopen.cRoland McGrath
2014-06-26Fix Wundef warning for WIDE_CHAR_VERSIONSiddhesh Poyarekar
2014-06-20Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-19Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab
2014-06-18Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab
2014-06-12posix_spawn_faction_addopen: Add missing string.h include directiveStefan Liebler
2014-06-11posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers