author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 11 Feb 2007 11:39:22 +0000 (12:39 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 11 Feb 2007 11:39:22 +0000 (12:39 +0100) | ||
commit | 6b3bcf8fdba6115766d7cb170ff5328038c7383c | |
tree | 19614a2b979c5932ddb8025c29cbb5294f183f9f | tree | snapshot |
parent | 0e21a36c0efe84ffe74eac697435deaf7d3c1022 | commit | diff |
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.
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 | diff | blob | history |