mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:02:22 +01:00
do not abort MEM_ZERO check if TEST_ALWAYS_RUN_TO_END is defined
This commit is contained in:
@@ -302,7 +302,9 @@ void wc_MemZero_Check(void* addr, size_t len)
|
||||
fprintf(stderr, "\n[MEM_ZERO] %s:%p + %ld is not zero\n",
|
||||
memZero[i].name, memZero[i].addr, j);
|
||||
fprintf(stderr, "[MEM_ZERO] Checking %p:%ld\n", addr, len);
|
||||
#ifndef TEST_ALWAYS_RUN_TO_END
|
||||
abort();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
/* Update next index to write to. */
|
||||
|
||||
Reference in New Issue
Block a user