Apparently, sometimes the value of i8k.right_fan_status is sometimes null. This just makes sure the null value isn't passed to atoi(3). A better solution would be to figure out why is it null, but I cannot do that as I don't have the hardware.
For example the following config had a problem: TEXT $i8k_cpu_temp I could fix it shorter, but then valgrind would still show memleaks
Currently stuck on an issue with g++ and using '%lli' with printf/scanf.