#181 OSS-Fuzz AZTEC fix, check binary_string buffer not full using az_binary_append() func

This commit is contained in:
gitlost
2020-03-28 22:50:55 +00:00
parent 20d5dcc50f
commit 56f0616747
4 changed files with 596 additions and 106 deletions

View File

@ -51,6 +51,7 @@ macro(zint_add_test test_name test_command)
endmacro(zint_add_test)
zint_add_test(auspost, test_auspost)
zint_add_test(aztec, test_aztec)
zint_add_test(channel, test_channel)
zint_add_test(codablock, test_codablock)
zint_add_test(code1, test_code1)