mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-08 23:23:53 +00:00
GS1: new GS1RAW_MODE (CLI "--gs1raw") and GS1 Syntax Engine
"Unbracketed AI" (caret) options for specifying GS1 input (ticket #350, props Mario Verbruggen) DBAR_EXP_CC/DBAR_EXPSTK_CC: fix separator over finder patterns when linear part is greater than 4 codeblocks general: left-over raw_text -> content_segs in comments; update & expand some GS1 General Specs refs; some minor code fiddling test suite: suppress some additional ZINT_SANITIZEM false positives (& add new ZINT_TESTUTIL_SANITIZEM_INIT helpers)
This commit is contained in:
@@ -104,7 +104,7 @@ static void test_large(const testCtx *const p_ctx) {
|
||||
char escaped2[1024];
|
||||
char cmp_buf[8192];
|
||||
char cmp_msg[1024];
|
||||
char ret_buf[8192] = {0}; /* Suppress clang -fsanitize=memory false positive */
|
||||
char ret_buf[8192] ZINT_TESTUTIL_SANITIZEM_INIT;
|
||||
|
||||
/* Only do BWIPP/zxing-cpp tests if asked, too slow otherwise */
|
||||
int do_bwipp = (debug & ZINT_DEBUG_TEST_BWIPP) && testUtilHaveGhostscript();
|
||||
@@ -937,7 +937,7 @@ static void test_hibc_input(const testCtx *const p_ctx) {
|
||||
|
||||
char escaped[1024];
|
||||
char escaped2[1024];
|
||||
char cmp_buf[8192];
|
||||
char cmp_buf[8192] ZINT_TESTUTIL_SANITIZEM_INIT;
|
||||
char cmp_msg[1024];
|
||||
char ret_buf[8192];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user