]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cifuzz: turn on MSan
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 6 Aug 2020 14:10:22 +0000 (14:10 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 6 Aug 2020 15:36:45 +0000 (15:36 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/cifuzz.yml

index a567bbe6daa67c2954f082a7080a1c14770ef352..c883232f3420baaa282772ee7521c3af20b21787 100644 (file)
@@ -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