mirror of https://github.com/google/oss-fuzz.git
Update libfuzzer-pipeline.groovy (#102)
This commit is contained in:
parent
ad99cb32cf
commit
330c900781
|
@ -37,7 +37,7 @@ def call(body) {
|
|||
// Flags configuration
|
||||
def sanitizerFlags = [
|
||||
"address":"-fsanitize=address",
|
||||
"undefined":"-fsanitize=bool,signed-integer-overflow,shift,vptr"
|
||||
"undefined":"-fsanitize=bool,signed-integer-overflow,shift,vptr -fno-sanitize-recover=undefined"
|
||||
]
|
||||
|
||||
def date = java.time.format.DateTimeFormatter.ofPattern("yyyyMMddHHmm")
|
||||
|
|
Loading…
Reference in New Issue