On Mon, 05 Aug 2019 17:31:51 +0900, YASUOKA Masahiko wrote:

> The diff basically is to do the same thing which is done on the
> upstream, but it also replaces h_malloc() and tok_malloc() which the
> upstream didn't replace yet.

This only changes the reallocarray(3) calls that don't actually
reallocate.  Shouldn't the other calls that do reallocate the buffer
be converted to recallocarray(3)?

 - todd

Reply via email to