Use calloc() instead of malloc + memset
authorJens Axboe <axboe@fb.com>
Tue, 30 Sep 2014 16:08:08 +0000 (10:08 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 30 Sep 2014 16:08:08 +0000 (10:08 -0600)
commite75cc8f3a296fe5910eee9b7f25cc8cb524b4518
treef954055749c64510515ef02b619d9327d2e59bb8
parent892ea9bdd2b794ffacb2975d0b1db3e4f319f153
Use calloc() instead of malloc + memset

Signed-off-by: Jens Axboe <axboe@fb.com>
iolog.c
json.c