mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
#181 OSS-Fuzz DOTCODE fix, check length before accessing in binary()
This commit is contained in:
parent
54bd024266
commit
bee8794cda
3 changed files with 87 additions and 10 deletions
|
@ -56,6 +56,7 @@ zint_add_test(codablock, test_codablock)
|
|||
zint_add_test(common, test_common)
|
||||
zint_add_test(composite, test_composite)
|
||||
zint_add_test(dmatrix, test_dmatrix)
|
||||
zint_add_test(dotcode, test_dotcode)
|
||||
zint_add_test(eci, test_eci)
|
||||
zint_add_test(gb18030, test_gb18030)
|
||||
zint_add_test(gb2312, test_gb2312)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue