aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_hexdump.c
AgeCommit message (Expand)Author
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko
2016-01-20test_hexdump: replace magic numbers by their meaningAndy Shevchenko
2016-01-20test_hexdump: go through all possible lengths of bufferAndy Shevchenko
2016-01-20test_hexdump: define FILL_CHAR constantAndy Shevchenko
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko
2016-01-20test_hexdump: rename to test_hexdumpAndy Shevchenko