diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-06-01 23:11:19 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-06-01 23:11:19 (GMT) |
commit | 9eabd8d054f003960daa150324873474df7aab60 (patch) | |
tree | caaa3068532fb457959fb6812bf53a61d4c1968a /THANKS.in | |
parent | bc827c9083cdf7e6b4e6931f2eecfa7192baa48f (diff) | |
download | monitoring-plugins-9eabd8d054f003960daa150324873474df7aab60.tar.gz |
Fix the memory allocation for the thresholds data
Allocate the appropriate amount of memory for storing the thresholds
data. Before, we allocated the amount of memory required for storing a
_pointer_ to the thresholds data. This crashed (at least) check_mysql
when using its "-S" option on FreeBSD/amd64 (as reported and analyzed by
Nikita Kalabukhov - 2797757).
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'THANKS.in')
-rw-r--r-- | THANKS.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -254,3 +254,4 @@ Ben Timby | |||
254 | Martin Foster | 254 | Martin Foster |
255 | Joe Presbrey | 255 | Joe Presbrey |
256 | Will Preston | 256 | Will Preston |
257 | Nikita Kalabukhov | ||