mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-01 11:45:29 +00:00
test suite: common: z_zero_fill: zeroize dest[] array
This commit is contained in:
@@ -216,7 +216,7 @@ static void test_zero_fill(const testCtx *const p_ctx) {
|
||||
testStart(p_ctx->func_name);
|
||||
|
||||
for (i = 0; i < data_size; i++) {
|
||||
unsigned char dest[200];
|
||||
unsigned char dest[20] = {0};
|
||||
|
||||
if (testContinue(p_ctx, i)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user