[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Tue Oct  2 09:33:05 CEST 2012
    
    
  
 src/processes.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 29781310b7c874032adf2bfff1386bf192f2e35c
Author: hume-github <hume-ml+github at bofh.ca>
Date:   Thu Sep 27 10:43:09 2012 -0300
    ARG_MAX on Solaris is *very* large, 2 MB.  Allocating that much on the
    stack (local variable) overflows the thread stack and crashes the
    process in weird and interesting ways.
    
    "int i" is a useless variable and breaks the build with -Werror.
    
    Signed-off-by: Florian Forster <octo at collectd.org>
    
    
More information about the collectd-changes
mailing list