Diego Novillo <[email protected]> writes:
> (Adding ASAN maintainers to the CC)
>
> On Wed, Nov 14, 2012 at 7:55 AM, H.J. Lu <[email protected]> wrote:
>> On Wed, Nov 14, 2012 at 4:44 AM, Rainer Orth
>>>
>>> Btw., currently there's no libsanitizer maintainer listed in
>>> MAINTAINERS. This needs to change.
>>>
>>
>> That is the real problem. We need a GCC libsanitizer maintainer
>
> We already have FOUR. Kostya, Jakub, Dmitry and Dodji.
>
> Folks, please update MAINTAINERS to avoid confusion.
Done, and committed the below.
ChangeLog:
* MAINTAINERS: (asan.c, related): Add myself.
diff --git a/ChangeLog b/ChangeLog
index 8cd3b23..f035803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-15 Dodji Seketeli <[email protected]>
+
+ * MAINTAINERS: (asan.c, related): Add myself.
+
2012-11-14 Roland McGrath <[email protected]>
* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
diff --git a/MAINTAINERS b/MAINTAINERS
index adec7a4..825c602 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -294,6 +294,7 @@ register allocation Peter Bergner
[email protected]
register allocation Kenneth Zadeck [email protected]
register allocation Seongbae Park [email protected]
selective scheduling Andrey Belevantsev [email protected]
+asan.c, related Dodji Seketeli [email protected]
Note that while reviewers can approve changes to parts of the compiler
that they maintain, they still need approval for their own patches
Thanks.
--
Dodji