Skip to content

Commit

Permalink
[infra] enable undefined sanitizer by default
Browse files Browse the repository at this point in the history
Fixes #234
  • Loading branch information
mikea authored Feb 2, 2017
1 parent 5c344e9 commit 171a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/libfuzzer-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def call(body) {

// Project configuration.
def projectName = project["name"] ?: env.JOB_BASE_NAME
def sanitizers = project["sanitizers"] ?: ["address"]
def sanitizers = project["sanitizers"] ?: ["address", "undefined"]
def coverageFlags = project["coverage_flags"]

// Dockerfile config
Expand Down

0 comments on commit 171a542

Please sign in to comment.