]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Allocate client_sock using calloc instead of malloc
authorClar Fon <them@lightdark.xyz>
Thu, 22 Aug 2019 21:48:42 +0000 (17:48 -0400)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 26 Aug 2019 06:05:52 +0000 (08:05 +0200)
commitdecb52f805549ddf060cc17a764d8d62ac7435be
tree16ad607da23abb88b923d90e9420f0a4fcc014e7
parentcbca03efe083ad2efa28b7f65c1e3232344baabc
Allocate client_sock using calloc instead of malloc

This ensures that wbuf_data, wbuf_size, and wbuf_capacity are all initialised to zero
src/rrd_daemon.c