From 900b69d8700b92676b1441b132a3afedb6322778 Mon Sep 17 00:00:00 2001 From: Robert Obryk Date: Thu, 30 Mar 2017 17:25:41 +0200 Subject: [PATCH] Guetzli: enable UBSAN, add Zoltan to auto_ccs. (#490) All spotted implementation-specific/undefined behaviour has been fixed: google/guetzli#142, google/guetzli#144, google/guetzli#154. --- projects/guetzli/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/guetzli/project.yaml b/projects/guetzli/project.yaml index 06527e07d..ebeadc7df 100644 --- a/projects/guetzli/project.yaml +++ b/projects/guetzli/project.yaml @@ -1,4 +1,4 @@ homepage: "https://github.com/google/guetzli" primary_contact: "robryk@google.com" -sanitizers: -- address +auto_ccs: + - "szabadka@google.com"