aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper4-15/+57
2011-05-28Remove unused variableUlrich Drepper1-1/+0
2011-05-22Add a few more alloca size checksUlrich Drepper1-87/+276
2011-05-20Update documentation in regex.hReuben Thomas1-4/+9
2011-05-16Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins1-9/+12
2011-05-15Provide more helpful error message in getoptUlrich Drepper3-21/+124
2011-04-01Add syncfs syscall.Andreas Schwab1-0/+7
2011-04-01Fix typos in comments.Ulrich Drepper2-6/+6
2011-03-18Check size of pattern in wide character representation in fnmatch.Ulrich Drepper1-1/+12
2011-02-04Fix some warning nits.Roland McGrath1-2/+2
2011-01-17Update copyright year.Ulrich Drepper1-2/+2
2011-01-14FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper5-14/+30
2010-12-27Fix infloop on persistent failing calloc in regex.Jim Meyering1-0/+2
2010-11-12Fix memory leak in fnmatchAndreas Schwab3-8/+15
2010-10-12One more regex memory leak fixed.Ulrich Drepper2-0/+3
2010-10-11More regex memory leak fixes and tests.Ulrich Drepper3-10/+36
2010-10-11Test case for last regex problem.Ulrich Drepper2-2/+24
2010-10-11Fix memory leak for some invalid regular expressions.Ulrich Drepper1-1/+9
2010-09-21Undo feature selection for ftruncate.Ulrich Drepper1-0/+3
2010-08-24Rejigger header generation for default uname implementation.Roland McGrath1-0/+8
2010-08-09Avoid too much stack use in fnmatch.Ulrich Drepper2-61/+128
2010-06-19Correct checking loop in group_member.Ulrich Drepper1-4/+5
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek1-4/+4
2010-05-05Fix lookup of collation sequence value during regexp matchingAndreas Schwab1-1/+1
2010-04-09Fix tst-chmod not to write into srcdir.Roland McGrath1-1/+1
2010-04-07Add tests for recent getopt changes.Ulrich Drepper6-1/+396
2010-04-07getopt mishandles optstring of "+:"Eric Blake1-2/+4
2010-04-07getopt mistakenly allows '-;' as short optionEric Blake1-1/+1
2010-04-07Fix -W with optional parameters in getopt.Eric Blake1-1/+6
2010-04-04Fix printing error messages in getopt.Ulrich Drepper1-12/+13
2010-04-03Document problem with NATs in getaddrinfo.Ulrich Drepper1-0/+9
2010-03-27Whitespace fixes.Ulrich Drepper1-2/+2
2010-03-27Fix one more issue with the glob patch.Ulrich Drepper1-2/+2
2010-03-24Add test for last glob bug.Ulrich Drepper2-2/+47
2010-03-24Fix glob with empty patternUlrich Drepper2-42/+81
2010-03-15Update copyright year.Ulrich Drepper1-2/+2
2010-01-22regexec.c: avoid overflow in realloc buffer length computationPaul Eggert1-0/+4
2010-01-22regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert1-4/+15
2010-01-22regexec.c: avoid overflow in computing sum of lengthsPaul Eggert1-1/+1
2010-01-22re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+7
2010-01-22prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+5
2010-01-22regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert1-0/+7
2010-01-22regexec.c: simplify re_search_2_stubPaul Eggert1-7/+4
2010-01-22Simplify test in re_string_skip_chars.Ulrich Drepper1-1/+1
2010-01-22regex_internal.c: don't assume WEOF fits in wchar_tUlrich Drepper1-5/+7
2010-01-22regex_internal.c: remove useless variable and the code to set it.Ulrich Drepper1-3/+1
2010-01-22Extend overflow detection in re_dfa_add_node.Ulrich Drepper1-2/+5
2010-01-22regex: avoid internal re_realloc overflowUlrich Drepper1-1/+8
2010-01-15One forgotten checkin from regex changes.Ulrich Drepper1-2/+2
2010-01-15Fix a few more cases of ignored return values in regex.Ulrich Drepper3-129/+145