summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 147690b)
raw | patch | inline | side by side (parent: 147690b)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Dec 2013 12:59:44 +0000 (13:59 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Dec 2013 13:02:32 +0000 (14:02 +0100) |
Thanks to Alexander Golovko for reporting this in
http://bugs.debian.org/732701
http://bugs.debian.org/732701
src/curl.c | patch | blob | history |
diff --git a/src/curl.c b/src/curl.c
index c6e2ae9c1f521350db159dc2922dafcb6fb54f41..ffd4901763c280068b70b19809ddfbec408fe80f 100644 (file)
--- a/src/curl.c
+++ b/src/curl.c
sstrncpy (vl.plugin, "curl", sizeof (vl.plugin));
sstrncpy (vl.plugin_instance, wp->instance, sizeof (vl.plugin_instance));
sstrncpy (vl.type, wm->type, sizeof (vl.type));
- sstrncpy (vl.type_instance, wm->instance, sizeof (vl.type_instance));
+ if (wm->instance != NULL)
+ sstrncpy (vl.type_instance, wm->instance, sizeof (vl.type_instance));
plugin_dispatch_values (&vl);
} /* }}} void cc_submit */