diff options
author | lns <matzeton@googlemail.com> | 2022-05-31 10:55:46 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-31 10:55:46 +0200 |
commit | e4962809fded216a2a4af9e1183d71177c88ad66 (patch) | |
tree | 7ebaf01b3ed0a546261f7ba3e93d35662b0e2349 /.github | |
parent | 354addd6936a94a9c74a1e1fb42284b6b7f51a80 (diff) |
Force roaring bitmap to use ndpi memory wrappers.improved/wuse-after-free-false-positive
GCC analyzer won't complain about possible use-after-free (false positive).
* tests/do.sh prints word diff's only once and not the same over and over again
* sync unit tests
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd16bb1eb..846dc80df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -308,7 +308,7 @@ jobs: - name: Configure nDPI on Windows if: startsWith(matrix.os, 'windows') && startsWith(matrix.arch, 'x86_64') && startsWith(matrix.compiler, 'default-cc') run: | - msys2 -c 'env CFLAGS=\"-Werror -Wuse-after-free=1\" ./autogen.sh --enable-option-checking=fatal --enable-debug-messages --enable-tls-sigs --disable-npcap ${{ matrix.gcrypt }}' + msys2 -c 'env CFLAGS=\"-Werror\" ./autogen.sh --enable-option-checking=fatal --enable-debug-messages --enable-tls-sigs --disable-npcap ${{ matrix.gcrypt }}' - name: Build nDPI on Windows if: startsWith(matrix.os, 'windows') && startsWith(matrix.arch, 'x86_64') && startsWith(matrix.compiler, 'default-cc') run: | |