aboutsummaryrefslogtreecommitdiff
path: root/lib/test_hexdump.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-18treewide: use get_random_u32_inclusive() when possibleGravatar Jason A. Donenfeld 1-4/+4
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-5/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-5/+5
2018-11-30test_hexdump: use memcpy instead of strncpyGravatar Linus Torvalds 1-1/+1
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuGravatar Christophe Leroy 1-5/+23
2016-01-20test_hexdump: print statistics at the endGravatar Andy Shevchenko 1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowGravatar Andy Shevchenko 1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferGravatar Andy Shevchenko 1-21/+17
2016-01-20test_hexdump: switch to memcmp()Gravatar Andy Shevchenko 1-3/+3
2016-01-20test_hexdump: replace magic numbers by their meaningGravatar Andy Shevchenko 1-4/+13
2016-01-20test_hexdump: go through all possible lengths of bufferGravatar Andy Shevchenko 1-14/+13
2016-01-20test_hexdump: define FILL_CHAR constantGravatar Andy Shevchenko 1-6/+13
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperGravatar Andy Shevchenko 1-7/+19
2016-01-20test_hexdump: rename to test_hexdumpGravatar Andy Shevchenko 1-0/+180