On 05.05.2014 20:41, Pedro F. Giffuni wrote:
> Log:
>   regex: Use calloc instead of malloc.
>   
>   Mostly to reduce differences with OpenBSD.

Please don't commit OpenBSD errors. Now you mix calloc() with the
realloc() for the same variable later which makes calloc() zeroing
pointless and waste of CPU.

-- 
http://ache.vniz.net/
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to