]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_graph: initialize new data member (fix #441)
authorPeter A. Bigot <pab@pabigot.com>
Mon, 17 Feb 2014 23:24:25 +0000 (17:24 -0600)
committerPeter A. Bigot <pab@pabigot.com>
Mon, 17 Feb 2014 23:29:35 +0000 (17:29 -0600)
commite21da101402ffe37281e2df24e693aaf723d3f38
tree9602ea6cd7ec055e0b198bc482c653866b8a9ed2
parentd7da3239bef34806a6be37fc47f04e6aea72261d
rrd_graph: initialize new data member (fix #441)

primary_axis_format was added to image_desc_t but rrd_graph_init was not
updated to initialize it, resulting in this error when the garbage
values were used as axis labels:

(process:24893): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
src/rrd_graph.c