ringtest: ring.c malloc & memset to calloc
authorPeter Malone <peter.malone@gmail.com>
Thu, 16 Feb 2017 20:42:26 +0000 (15:42 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Feb 2018 14:26:46 +0000 (16:26 +0200)
commit03ee47ae8a7c608975be7e45287bff0482e295d6
tree05ea298938a19379f4a49963c23c175f47327957
parent0063e8bbd2b62d13645d416625478c2199fdee0f
ringtest: ring.c malloc & memset to calloc

Code cleanup change - moving from malloc & memset to calloc.

Signed-off-by: Peter Malone <peter.malone@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/ringtest/ring.c