Re: [PATCH 6/6] Add test for explicit_bzero

2020-04-12 Thread Bruno Haible
Hi Bastien, > But I will prefer that you push first the test (I have not written > myself and it need comments that are outside my english language > skills). > > So could you push a test ? I'm pushing the test as shown below. It confirms my suspicion that with just a plain memset instead of

Re: [PATCH 6/6] Add test for explicit_bzero

2020-04-12 Thread Bastien ROUCARIES
Yes, it does. But I will prefer that you push first the test (I have not written myself and it need comments that are outside my english language skills). So could you push a test ? I will redo my serie above your test On Sun, Apr 12, 2020 at 1:22 PM Bruno Haible wrote: > > Hi Bastien, > > >

Re: [PATCH 6/6] Add test for explicit_bzero

2020-04-12 Thread Bruno Haible
Hi Bastien, > Simple test A module description file modules/explicit_bzero-tests is needed as well. Then you can test the changed implementation through 1. ./gnulib-tool --create-testdir --dir=/tmp/testdir --single-configure explicit_bzero 2. transport the test dir to a different machine, 3.

[PATCH 6/6] Add test for explicit_bzero

2020-04-11 Thread roucaries . bastien
From: Bastien Roucariès Simple test Signed-off-by: Bastien Roucariès --- tests/test-explicit_bzero.c | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 tests/test-explicit_bzero.c diff --git a/tests/test-explicit_bzero.c