aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Chris Blume <ProgramMax@gmail.com>2019-02-08 15:38:51 -0800
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-02-08 15:38:51 -0800
commit0bb419758f5d57dc155a7357f58e7dc163a627fb (patch)
treec22937e228e306e15ac403131e86c295cfd1a873
parentce0081044042d6f41fd82c719139c6e5fe2f048e (diff)
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.
-rw-r--r--projects/zlib/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/zlib/project.yaml b/projects/zlib/project.yaml
index 0db99ca7..9a581345 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