1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

#181 OSS-Fuzz CODEONE fix, double indexing typo

This commit is contained in:
gitlost
2020-03-28 10:13:06 +00:00
parent 7dfea38d85
commit 0c00ece9f5
4 changed files with 82 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ endmacro(zint_add_test)
zint_add_test(auspost, test_auspost)
zint_add_test(channel, test_channel)
zint_add_test(codablock, test_codablock)
zint_add_test(code1, test_code1)
zint_add_test(common, test_common)
zint_add_test(composite, test_composite)
zint_add_test(dmatrix, test_dmatrix)