Re: asn1/a_bitstring.c: zeroing after recallocarray

2020-09-02 Thread Otto Moerbeek
On Thu, Sep 03, 2020 at 07:03:14AM +0200, Theo Buehler wrote: > The memset is not needed as recallocarray(3) does the zeroing already. > (I also think the a->data == NULL check in the if clause is redundant, > but I'm just suggesting to remove a bit that confused me) ok, -Otto > >

asn1/a_bitstring.c: zeroing after recallocarray

2020-09-02 Thread Theo Buehler
The memset is not needed as recallocarray(3) does the zeroing already. (I also think the a->data == NULL check in the if clause is redundant, but I'm just suggesting to remove a bit that confused me) Index: asn1/a_bitstr.c === RCS