Dag-Erling Smørgrav
52364cd8d9
Fix double-NULL case.
...
Fix null pointer dereference in t_compare_mem() and t_compare_str() when both the expected value and the received value are NULL.
2019-02-20 14:07:47 +01:00
Dag-Erling Smørgrav
52cf1f9d3c
Rename t_verbose*() to t_printv*().
...
Not only is this a slightly more logical name, but it allows us to expose the verbose flag, previously private to cryb_t_main.c, as the equally logically named t_verbose.
2017-03-14 14:36:52 +01:00
Dag-Erling Smørgrav
42f68fb348
Add null pointer checks to t_compare_{ptr,mem,str,strn}().
2017-02-19 14:38:09 +01:00
Dag-Erling Smørgrav
c4798b486c
Constify t_compare_ptr().
2016-10-03 16:55:27 +02:00
Dag-Erling Smørgrav
85f75bba42
Rename a few more files.
2016-09-04 16:34:30 +02:00