about summary refs log tree commit diff
path: root/string/test-strnlen.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-23/+41
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-271-0/+33
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-271-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add page tests to string/test-strnlen.Wainer dos Santos Moschetta2017-04-051-0/+54
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-231-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* S390: Optimize strnlen and wcsnlen.Stefan Liebler2015-08-261-33/+54
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-111-24/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add optimized x86-64 implementation of strnlen.Ulrich Drepper2010-07-261-0/+197