diff options
Diffstat (limited to 'plugins-root')
| -rw-r--r-- | plugins-root/check_icmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 274277b7..197ce32f 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
| @@ -758,6 +758,10 @@ main(int argc, char **argv) | |||
| 758 | 758 | ||
| 759 | host = list; | 759 | host = list; |
| 760 | table = malloc(sizeof(struct rta_host *) * targets); | 760 | table = malloc(sizeof(struct rta_host *) * targets); |
| 761 | if(!table) { | ||
| 762 | crash("main(): malloc failed for host table"); | ||
| 763 | return 3; | ||
| 764 | } | ||
| 761 | 765 | ||
| 762 | i = 0; | 766 | i = 0; |
| 763 | while(host) { | 767 | while(host) { |
