From 3ac67a736bb200ecf7c116a88b2f8d5c542973c8 Mon Sep 17 00:00:00 2001 From: Alex Loiko Date: Tue, 16 Jan 2018 13:52:47 +0100 Subject: [PATCH] Make aleloi@webrtc.org owner of test/fuzzers aleloi has read the Chromium fuzzer guides and covered lots of APM code with fuzzing tests. He'd like to share responsibility for making fuzzers faster and have high coverage. Bug: None NOTRY: True Change-Id: I45db63349ca9d4432ebc69ed3c84ec2fc0f3f227 Reviewed-on: https://webrtc-review.googlesource.com/39923 Reviewed-by: Henrik Lundin Commit-Queue: Alex Loiko Cr-Commit-Position: refs/heads/master@{#21637} --- test/fuzzers/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fuzzers/OWNERS b/test/fuzzers/OWNERS index 6e7454380e..bd8e6f759e 100644 --- a/test/fuzzers/OWNERS +++ b/test/fuzzers/OWNERS @@ -1 +1,2 @@ henrik.lundin@webrtc.org +aleloi@webrtc.org