conky
conky copied to clipboard
Fix SEGFAULT caused by out-of-bounds write
This PR fixes SEGFAULT caused by out-of-bounds write which I was experiencing after update to newest version, see the commit message for broader explanation.
I also replaced graph_id variable with g->id in other commit.