Age | Commit message (Expand) | Author | Files | Lines |
2020-08-03 | unittest: add clib_count_equal_u8/16/32/64 tests |  Benoît Ganne | 1 | -4/+100 |
2020-07-19 | unittest: keep ASAN happy for non-terminated string tests |  Benoît Ganne | 1 | -0/+2 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 1 | -1/+1 |
2020-02-25 | unittest: Skip string test case for sizeof (src) > sizeof (dst) |  Steven Luong | 1 | -4/+13 |
2019-02-27 | string_test: The dark side of coverity |  Steven Luong | 1 | -4/+0 |
2019-02-21 | string_test: Coverity woe |  Steven Luong | 1 | -2/+0 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro |  Steven Luong | 1 | -0/+12 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary |  Steven | 1 | -1/+10 |
2019-01-07 | string_test: coverity woe |  Steven | 1 | -6/+0 |
2018-12-14 | Revert gerrit 16429 to fix a Debian build-break |  Dave Barach | 1 | -22/+44 |
2018-12-14 | Fix compiling issue with GCC-8.x in string test functions |  Lijian.Zhang | 1 | -44/+22 |
2018-12-05 | Fix gcc-8 compile issues in string_test.c |  Dave Barach | 1 | -1/+35 |
2018-12-02 | vppinfra: c11 safe string functions |  Steven | 1 | -25/+1559 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -0/+145 |