snmp plugin: Fix an off by one error.
authorFlorian Forster <octo@noris.net>
Wed, 27 Aug 2008 10:08:33 +0000 (12:08 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 27 Aug 2008 10:08:33 +0000 (12:08 +0200)
The last character of an table instance was truncated. Fortunately empty
strings were caught, so that uninitialized memory was never accessed.

This patch also reverts f782b378: If returning with an error when a string
is empty causes the entire read to fail.


No differences found