fix ubsan test errors

allows recovering from pointer overflow
This commit is contained in:
Yann Collet
2021-02-19 10:42:05 -08:00
parent bb6ca68713
commit 9b0772177c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
make libc6install
CFLAGS="-Werror -m32" make -j all32
make clean
make -j uasan-test-zstd32
make -j uasan-test-zstd32 V=1
clang-msan-testzstd:
runs-on: ubuntu-latest