Re: [patch bin/cp/utils.c] replace malloc & memset with calloc

2014-04-23 Thread Ted Unangst
On Wed, Apr 23, 2014 at 21:15, Peter Malone wrote: > Similar to previous patches replacing malloc & memset with calloc. This > time in src/bin/cp/utils.c Damn, I wrote this code. Thanks. > Please let me know if this doesn't paste correctly this time. I suspect > it's ok now. If not, I may just c

[patch bin/cp/utils.c] replace malloc & memset with calloc

2014-04-23 Thread Peter Malone
Hi, Similar to previous patches replacing malloc & memset with calloc. This time in src/bin/cp/utils.c Please let me know if this doesn't paste correctly this time. I suspect it's ok now. If not, I may just cry. I also attached it (I hope that's not frowned upon). Cheers! Index: utils.c ==