[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Jun 17 15:41:17 CEST 2015
src/collectd.conf.pod | 10 +++++++++
src/email.c | 56 +++++++++++++++++++++--------------------------
src/liboconfig/parser.y | 1 +
src/network.c | 30 +++++++++++++++----------
src/openldap.c | 25 +++++++++++++++++----
5 files changed, 75 insertions(+), 47 deletions(-)
New commits:
commit 22b1f30eb1bb53e2b6c7fc8d917f222cfc16bae3
Merge: a7499fb 571337a
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 14:53:11 2015 +0200
Merge remote-tracking branch 'github/pr/1087'
commit a7499fb388e73b2d71f880be054c603fed324a0e
Merge: 7724384 f5adf26
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 14:52:31 2015 +0200
Merge branch 'collectd-5.5'
commit f5adf265a374e5e0dba89a4a9903e7719dc57039
Merge: cf33da9 dd324a1
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 14:52:22 2015 +0200
Merge branch 'collectd-5.4' into collectd-5.5
commit dd324a1592259913e6e92d3b54e6fa2b0c5f38f7
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 11:41:55 2015 +0200
network plugin: Avoid "status may be used uninitialized" warning.
commit c0c52a2c4aa0c9b89c9445fb7ddeec1fdb1b496b
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 10:48:27 2015 +0200
liboconfig: Declare yylex().
commit 1205b167f300adacdcf7d5dd385299d2b05ace32
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 10:37:31 2015 +0200
email plugin: Fix freeing linked lists.
The previous code essentially did:
for (â¦; â¦; ptr = ptr->next)
free (ptr);
The "ptr->next" is a use-after-free.
commit 7f6c4a16fdacab6c11f8a7756f0d8438ce198288
Author: Florian Forster <octo at collectd.org>
Date: Wed Jun 17 10:26:21 2015 +0200
network plugin: Make sure all memory is freed when the receive thread fails.
Not all that useful (your receive thread just died â¦) but hopefully
makes the static analysis happy.
commit 571337a90afbf3bb7e00937bb64a189b15c2b7cf
Author: Marek Becka <marek.becka at superhosting.cz>
Date: Tue Jun 16 16:30:12 2015 -0400
add support for simple authentication
More information about the collectd-changes
mailing list