From 0bb419758f5d57dc155a7357f58e7dc163a627fb Mon Sep 17 00:00:00 2001 From: Chris Blume Date: Fri, 8 Feb 2019 15:38:51 -0800 Subject: [PATCH] Add myself to autocc of zlib (#2152) I wrote many of the zlib fuzzers that are used in Chromium. I also just submitted a pull request for those to go to upstream zlib. It would be handy for me to be notified when the fuzzers find something in zlib. This commit adds myself to the autocc of zlib. --- projects/zlib/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/zlib/project.yaml b/projects/zlib/project.yaml index 0db99ca72..9a581345d 100644 --- a/projects/zlib/project.yaml +++ b/projects/zlib/project.yaml @@ -2,6 +2,7 @@ homepage: "http://www.zlib.net/" primary_contact: "glennrp@gmail.com" auto_ccs: - "sebpop@gmail.com" + - "cblume@google.com" sanitizers: - address - memory