Code

plugin.c: Catch NULL-pointers and fix it or ignore the values.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 11:39:22 +0000 (12:39 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 11 Feb 2007 11:39:22 +0000 (12:39 +0100)
commit6b3bcf8fdba6115766d7cb170ff5328038c7383c
tree19614a2b979c5932ddb8025c29cbb5294f183f9f
parent0e21a36c0efe84ffe74eac697435deaf7d3c1022
plugin.c: Catch NULL-pointers and fix it or ignore the values.

Some systems, such as Solaris, cannot handle NULL-pointers being passed to
`printf ("%s", NULL);' or the like. This caused a crash when sending the users
plugin's values over the network under Solaris.
src/plugin.c