Re: [PATCH 2/5] Use SecureZeroMemory on windows for explicit_bzero

2020-04-11 Thread Bruno Haible
Hello Bastien, Same comments about preprocessor directive indentation, GNU style, and the autoconf/shell variables. > diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c > index 862855421..b355f9bdf 100644 > --- a/lib/explicit_bzero.c > +++ b/lib/explicit_bzero.c > @@ -32,6 +32,11 @@ > >

[PATCH 2/5] Use SecureZeroMemory on windows for explicit_bzero

2020-04-11 Thread roucaries . bastien
From: Bastien Roucariès Signed-off-by: Bastien Roucariès --- lib/explicit_bzero.c | 7 +++ m4/explicit_bzero.m4 | 5 + 2 files changed, 12 insertions(+) diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index 862855421..b355f9bdf 100644 --- a/lib/explicit_bzero.c +++ b/lib/expli