Skip to content

Commit 31df078

Browse files
authored
Reenable 2 more memory sanitizers (google#14293)
1 parent 5ff938c commit 31df078

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

projects/kcodecs/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: c++
33
primary_contact: [email protected]
44
sanitizers:
55
- address
6-
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
7-
# - memory
6+
- memory
87
- undefined
98
main_repo: 'https://invent.kde.org/frameworks/kcodecs.git'

projects/kimageformats/project.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ language: c++
33
primary_contact: [email protected]
44
sanitizers:
55
- address
6-
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
7-
# - memory
6+
- memory
87
- undefined
98
main_repo: 'https://invent.kde.org/frameworks/kimageformats.git'
109
auto_ccs:

0 commit comments

Comments
 (0)