replace malloc/strncpy by strdup
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:13:53 +0000 (16:13 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:13:53 +0000 (16:13 +0000)
commitb244c918dd034a4951e2318140b1d4ef132b6657
treeb67c7c9b80c84d027d5a32dddfa25b0776f8d7e2
parent1477e5e426e63a1e50cc68070129d839b58efa5a
replace malloc/strncpy by strdup
add \0 to the end of several strncpy strings
add missing free
fix error string rendering :... makes no sense here

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@937 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_update.c