summaryrefslogtreecommitdiffstats
path: root/tests/checkFrame.c
Commit message (Collapse)AuthorAgeFilesLines
* fix minor static analyzer warningsYann Collet2020-09-301-0/+1
| | | | | detected by scan-build and cppcheck fix #786
* fix several minor static analyzer warningsYann Collet2019-04-181-1/+1
|
* checkFrame: removed %zuYann Collet2019-04-081-7/+12
| | | | not liked by mingw
* support custom block sizes: fix memory leak to make CI builds happyBlaise Sanouillet2018-10-021-21/+55
|
* support custom block sizes: remove unneeded fudging, fix leaked filehandles, ↵Blaise Sanouillet2018-10-011-95/+98
| | | | other nits
* support custom block sizes: fix constBlaise Sanouillet2018-09-281-2/+2
|
* support custom block sizesBlaise Sanouillet2018-09-281-0/+269