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

Florian Forster octo at verplant.org
Mon Dec 5 20:42:05 CET 2016


 src/daemon/utils_random.c |   13 ++++++++++++-
 src/daemon/utils_random.h |   10 +++++++++-
 src/write_kafka.c         |    3 ++-
 3 files changed, 23 insertions(+), 3 deletions(-)

New commits:
commit 11011dc93691989513ff2101c221ea15dab5658a
Author: Florian Forster <octo at collectd.org>
Date:   Mon Dec 5 11:52:35 2016 +0100

    write_kafka plugin: Use 32bit random number when formatting a random key.
    
    Previously, negative numbers would be truncated to "ffffffff" by the
    buffer length on architectures where longs are 64 bit.
    
    Fixes: #2074

commit 03eb7511c9346495a50442c2be9311c101b9ccc6
Author: Florian Forster <octo at collectd.org>
Date:   Mon Dec 5 11:49:34 2016 +0100

    src/daemon/utils_random.[ch]: Implement cdrand_u().




More information about the collectd-changes mailing list