On Wed, Sep 27, 2023 at 09:57:28PM +0200, Thomas Haller wrote: > The returned memory will be initialized. No need to zero it first. Use > xmalloc() instead of xzalloc(). Applied this little patch, thanks
On Wed, Sep 27, 2023 at 09:57:28PM +0200, Thomas Haller wrote: > The returned memory will be initialized. No need to zero it first. Use > xmalloc() instead of xzalloc(). Applied this little patch, thanks