summaryrefslogtreecommitdiffstats
path: root/lib/test_hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-11-301-1/+1
* lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy2018-08-221-5/+23
* test_hexdump: print statistics at the endAndy Shevchenko2016-01-211-3/+23
* test_hexdump: test all possible group sizes for overflowAndy Shevchenko2016-01-211-3/+18
* test_hexdump: check all bytes in real bufferAndy Shevchenko2016-01-211-21/+17Star
* test_hexdump: switch to memcmp()Andy Shevchenko2016-01-211-3/+3
* test_hexdump: replace magic numbers by their meaningAndy Shevchenko2016-01-211-4/+13
* test_hexdump: go through all possible lengths of bufferAndy Shevchenko2016-01-211-14/+13Star
* test_hexdump: define FILL_CHAR constantAndy Shevchenko2016-01-211-6/+13
* test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko2016-01-211-7/+19
* test_hexdump: rename to test_hexdumpAndy Shevchenko2016-01-211-0/+180