Commit 52ca857
committed
ZSTD-DEBUG: Temporarily bypass custom allocator
This commit uses ZSTD_createCCtx() instead of ZSTD_createCCtx_advanced()
to confirm that the custom allocator (zstd_malloc) is causing ASAN
failures in zloop testing.
This is a TEMPORARY DEBUG commit and must be replaced before merge.
Signed-off-by: Alexander Moch <mail@alexmoch.com>zstd_malloc
1 parent 76d7600 commit 52ca857
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
0 commit comments