Launchpad does not know where GNOME Sensors Applet hosts its code.

Bazaar branches

Name Status Last Modified Last Commit
lp:~darxus/sensors-applet/master 1 Development 2015-07-11 00:56:25 UTC
80. hddtemp: use g_strcmp0 instead of str...

Author: infirit
Revision Date: 2015-07-11 00:56:25 UTC

hddtemp: use g_strcmp0 instead of strcmp

Passing NULL to strcmp could be unsafe or at the minimum
result in undefined behaviour. g_strcmp0 handles NULL
gracefully and returns 0.

11 of 1 result