From aea7da470cf35afe7fd4666f6cf1ee6de48c8746 Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Tue, 27 Oct 2020 17:23:46 -0700 Subject: [PATCH] oss-fuzz: add code owner Add myself as the code owner for the fuzzer Signed-off-by: Curtis Malainey --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 8572b5e18..ad1217367 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -65,6 +65,7 @@ tools/test/* @xiulipan tools/test/audio/* @singalsu tools/ctl/* @singalsu tools/tune/* @singalsu +tools/oss-fuzz/* @cujomalainey # build system **/CMakeLists.txt @jajanusz