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

Florian Forster octo at verplant.org
Tue Feb 24 10:17:38 CET 2009


 src/plugin.c |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 50 insertions(+), 1 deletions(-)

New commits:
commit f2938fd5c5f934521292acaee7e6e7d0f55b0113
Merge: 3f4dd2401e02446d17df6023933e92e494bfd869 7ef8f8ed456a9a1a6cfd5b9da04836bf867d6842
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 24 10:15:52 2009 +0100

    Merge branch 'collectd-4.6'

commit 7ef8f8ed456a9a1a6cfd5b9da04836bf867d6842
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Feb 24 10:08:29 2009 +0100

    src/plugin.c: Assure that targets get dynamically allocated memory.
    
    If targets want to replace the values, they will have to use dynamically
    allocated memory. If they can't free the values, because the pointer
    might point to statically allocated memory, memory will be lost.
    
    Unfortunately stack allocation will not do, since we will then not be able
    to detect multiple replacements.
    
    To impose as little a performance issue as possible, the dynamic allo-
    cation is only done when either chain is present. If the filter mecha-
    nism is not used, the values will not be copied.

commit 3b8268a9fd1adc3f89f8c99c086b54f172550556
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Feb 22 22:53:50 2009 +0100

    Updated various copyright information.




More information about the collectd-changes mailing list