aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/string_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-1/+1
2021-11-06unittest: remove clib_count_equal_* testsDamjan Marion1-97/+3
2021-11-05unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s...Steven Luong1-340/+30
2020-08-03unittest: add clib_count_equal_u8/16/32/64 testsBenoît Ganne1-4/+100
2020-07-19unittest: keep ASAN happy for non-terminated string testsBenoît Ganne1-0/+2
2020-04-04misc: strcpy be goneDave Barach1-1/+1
2020-02-25unittest: Skip string test case for sizeof (src) > sizeof (dst)Steven Luong1-4/+13
2019-02-27string_test: The dark side of coveritySteven Luong1-4/+0
2019-02-21string_test: Coverity woeSteven Luong1-2/+0
2019-01-18Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distroSteven Luong1-0/+12
2019-01-10strncpy_s_inline copies more bytes than necessarySteven1-1/+10
2019-01-07string_test: coverity woeSteven1-6/+0
2018-12-14Revert gerrit 16429 to fix a Debian build-breakDave Barach1-22/+44
2018-12-14Fix compiling issue with GCC-8.x in string test functionsLijian.Zhang1-44/+22
2018-12-05Fix gcc-8 compile issues in string_test.cDave Barach1-1/+35
2018-12-02vppinfra: c11 safe string functionsSteven1-25/+1559
2018-10-23c11 safe string handling supportDave Barach1-0/+145