[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.0'

Florian Forster octo at verplant.org
Tue Jun 19 08:10:39 CEST 2007


 ChangeLog       |    2 ++
 src/Makefile.am |    2 +-
 src/csv.c       |    2 +-
 src/rrdtool.c   |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 566dd2bb07f2a9db3106f4a883b208d5310af511
Author: Ezra Peisach <epeisach at med-xtal.bu.edu>
Date:   Tue Jun 19 08:10:10 2007 +0200

    src/Makefile.am: When building outside the source tree, install will fail
    
    Signed-off-by: Ezra Peisach <epeisach at med-xtal.bu.edu>

commit bc5591c27f011b587d0816e737f5bc57621d18c0
Author: Ezra Peisach <epeisach at med-xtal.bu.edu>
Date:   Tue Jun 19 08:05:47 2007 +0200

    csv, rrdtool plugin: Initialize a buffer correctly.
    
    While reading the source code, I found the following:
    
    In csv.c (line 44) and rrdtool.c (line 363) (value_list_to_string) the
    following syntax exists:
    
      memset (buffer, '\0', sizeof (buffer_len));
    
    The sizeof should be removed - assuming that the desire is to zero the buffer
    and not the first four (sizeof(int)) bytes.
    
    Based on the code paths - I do not see an information leak - or any security
    implications...




More information about the collectd-changes mailing list