aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/gnutls
diff options
context:
space:
mode:
authorGravatar Alex Gaynor <alex.gaynor@gmail.com>2017-01-05 10:47:07 -0500
committerGravatar Abhishek Arya <inferno@chromium.org>2017-01-05 07:47:07 -0800
commit757b41c0447a244937fe4bc0e75b69a4bae15417 (patch)
tree69a6a237df6bbbaaf045dc2e7193aacb92bcd69f /projects/gnutls
parentadb6d612c11718f62ebaf518f12254178cd38078 (diff)
[gnutls] use ubsan as well (#247)
Now that we've fixed most of the ASAN discovered bugs, let's have some fun with UBSAN
Diffstat (limited to 'projects/gnutls')
-rw-r--r--projects/gnutls/project.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/gnutls/project.yaml b/projects/gnutls/project.yaml
index a1594f1e..916781df 100644
--- a/projects/gnutls/project.yaml
+++ b/projects/gnutls/project.yaml
@@ -2,3 +2,6 @@ homepage: "https://www.gnutls.org"
primary_contact: "n.mavrogiannopoulos@gmail.com"
auto_ccs:
- "alex.gaynor@gmail.com"
+sanitizers:
+ - address
+ - undefined