summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-04 23:09:22 -0700
committerMatt Turner <[email protected]>2012-09-05 22:28:50 -0700
commit6bda027e01c15df24d36de5bf3838ea8ed7e9e56 (patch)
treebb41d06abd676913add0761732908c064b68663a /docs
parent5067506ea6ada5eeae33b1acf1c916e00121c12a (diff)
Use calloc instead of malloc/memset-0
This patch has been generated by the following Coccinelle semantic patch: @@ expression E; identifier I; @@ - I = malloc(E); + I = calloc(1, E); ... - memset(I, 0, sizeof *I); Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions