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

Florian Forster octo at verplant.org
Tue Aug 11 16:43:01 CEST 2009


 src/madwifi.c |  110 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 66 insertions(+), 44 deletions(-)

New commits:
commit d23ae38ad0863aca418e2003af0fcb7e4edc8f26
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue Aug 11 16:29:28 2009 +0200

    madwifi plugin: Add some assertions …
    
    … to otherwise unchecked array indices.

commit a80b4a724c3b64df78f9fc73be29dde181cc7bbe
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue Aug 11 16:08:03 2009 +0200

    madwifi plugin: Fix a few best practices.
    
    Use `sstrncpy' and `ssnprintf' instead of the unsafe versions. Don't
    specify array dimensions twice. Don't cast _Bool to int.




More information about the collectd-changes mailing list