Re: [PATCH v2] [RFC] security: allow using Clang's zero initialization for stack variables

From: Alexander Potapenko
Date: Tue Jun 16 2020 - 08:05:54 EST


On Tue, Jun 16, 2020 at 12:19 PM Maciej Åenczykowski <maze@xxxxxxxxxx> wrote:
>
> > Nit, your From: line of your email does not match your signed-off-by:
> > line :(

That's hard to notice while being on the sending end, thanks for
pointing that out!
I'll look into this.

> This is *probably* a matter of configuring git:
> git config --global user.name "Alexander Potapenko"
> git config --global user.email "glider@xxxxxxxxxx"
> git config --global sendemail.from "Alexander Potapenko <glider@xxxxxxxxxx>"

I do have all these options set, although I don't have them quoted,
not sure if it's necessary.
Moreover, when I do `git send-email --dry-run` the From: line looks correct.