author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 20:04:46 +0000 (22:04 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 16 Oct 2008 20:04:46 +0000 (22:04 +0200) | ||
commit | a12bb20412de690c8b3ff39cb08e1545ccea25ff | |
tree | 7d041d86d76c0ba2caa76021dd4ada679e070e23 | tree | snapshot |
parent | 88b5b6ddd344695724c6cde791ce2643bf86afbc | commit | diff |
src/collectd.h: Poison various insecure string functions only when debugging is enabled.
Because the `poison' pragma complains about macros (which are then never
used), this feature does more harm than good in everyday use. So we'll
only activate it when building in debug mode, so hopefully authors of
new plugins will use this.
Because the `poison' pragma complains about macros (which are then never
used), this feature does more harm than good in everyday use. So we'll
only activate it when building in debug mode, so hopefully authors of
new plugins will use this.
src/collectd.h | diff | blob | history | |
src/perl.c | diff | blob | history |