Re: [PATCH 2/6] Use memset_s if possible for explicit_bzero

2020-04-13 Thread Bruno Haible
> From: Bastien Roucariès > > Some OS define memset_s instead of explicit_bzero. Use it. Tested on FreeBSD 12 and Solaris 11.4. Pushed with a gnulib-style ChangeLog entry. Bruno

[PATCH 2/6] Use memset_s if possible for explicit_bzero

2020-04-12 Thread roucaries . bastien
From: Bastien Roucariès Some OS define memset_s instead of explicit_bzero. Use it. Signed-off-by: Bastien Roucariès --- lib/explicit_bzero.c | 7 +++ m4/explicit_bzero.m4 | 1 + 2 files changed, 8 insertions(+) diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index 51b79a891..2168