#181 OSS-Fuzz CODABLOCKF fix, allow for full control chars range in GetPossibleCharacterSet

This commit is contained in:
gitlost 2020-03-25 19:27:34 +00:00
parent c245a11da2
commit 556dea1f88
2 changed files with 18 additions and 18 deletions

View file

@ -52,6 +52,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(common, test_common)
zint_add_test(composite, test_composite)
zint_add_test(dmatrix, test_dmatrix)