summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e60b30)
raw | patch | inline | side by side (parent: 0e60b30)
author | Florian Forster <octo@collectd.org> | |
Tue, 26 Jul 2016 05:50:55 +0000 (07:50 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 26 Jul 2016 05:50:55 +0000 (07:50 +0200) |
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index e75e437c7b4aac2c7a5f4576743b670934c55b10..0a823b07ac6140f953f2d01c896660237758e9c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
This works around an issue in the VMXNet3 driver. Thanks to Thomas
Guthmann. #1059
* Exec plugin: A problem in the error handling of an fdopen() failure
- has been fixed. Thanks to ciomaire.
+ has been fixed. Thanks to @ciomaire.
* Modbus plugin: The debug output has been disabled by default. It is
now only enabled when building with "--enable-debug". Thanks to Eric
Sandeen and Marc Fournier.
+ * Network plugin: A check for the initialization of secure memory has
+ been added. Previously, failure to initialize this memory was
+ ignored. Thanks to @yujokang. #1665
* Network plugin: A heap overflow has been fixed in the server code.
This issue can be triggered remotely and is potentially exploitable.
Thanks to Emilien Gaspar. CVE-2016-6254