Switch from calloc() to reallocarray() where the zeroing isn't needed
authorguenther <guenther@openbsd.org>
Sat, 9 Aug 2014 22:44:15 +0000 (22:44 +0000)
committerguenther <guenther@openbsd.org>
Sat, 9 Aug 2014 22:44:15 +0000 (22:44 +0000)
commit4c20d8b89260a1bbb11ba1772773299867989596
tree9ea01e7576ef22f0c1627f7edfb6c4b3300aea4a
parent7d3aa87580486bc69e4e31d2745674c56a2bfc39
Switch from calloc() to reallocarray() where the zeroing isn't needed
bin/systrace/systrace.c