From: Evgeny Vereshchagin Date: Thu, 6 Aug 2020 14:10:22 +0000 (+0000) Subject: cifuzz: turn on MSan X-Git-Tag: v2.37-rc1~531^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bb8c736967bcff6bdbc32f893568ad72407b625;p=thirdparty%2Futil-linux.git cifuzz: turn on MSan Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index a567bbe6da..c883232f34 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - sanitizer: [address, undefined] + sanitizer: [address, undefined, memory] steps: - name: Build Fuzzers (${{ matrix.sanitizer }}) id: build