Use calloc() instead of malloc() + memset. Based on a diff from
authormillert <millert@openbsd.org>
Wed, 8 Jan 2014 22:36:37 +0000 (22:36 +0000)
committermillert <millert@openbsd.org>
Wed, 8 Jan 2014 22:36:37 +0000 (22:36 +0000)
commitf6169c9ed6db5ac49873a82567414e6c3146a655
tree4e69e9cfc251a2100ac0506abc06e6ba647d774d
parent07d3058c2b8ee0e092c9cce25e035c6571288f3e
Use calloc() instead of malloc() + memset.  Based on a diff from
Michael W. Bombardieri.  OK deraadt@
usr.bin/yacc/lr0.c
usr.bin/yacc/output.c