mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
CODEONE: fix out-of-bounds crash in c1_c40text_cnt()
not
accounting for extended ASCII shifts, ticket #300 (no. 4), props Andre Maute
This commit is contained in:
parent
dfc4049932
commit
77c1ef1139
4 changed files with 34 additions and 2 deletions
|
@ -25,6 +25,7 @@ run_bwipp_test "test_codablock" "encode"
|
|||
run_bwipp_test "test_code" "encode"
|
||||
run_bwipp_test "test_code1" "encode"
|
||||
run_bwipp_test "test_code1" "encode_segs"
|
||||
run_bwipp_test "test_code1" "fuzz"
|
||||
run_bwipp_test "test_code128" "input"
|
||||
run_bwipp_test "test_code128" "encode"
|
||||
run_bwipp_test "test_code16k" "input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue