summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>2015-08-09 11:11:36 +0200
committerDmitry V. Levin <ldv@altlinux.org>2015-08-27 12:43:45 +0000
commit64d9cfd90e8f24815f5c99dc994ea0dacf773304 (patch)
treebc0882e1a754af577568772258d1f50ba10890f3 /ChangeLog
parentfff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1 (diff)
Mention mkdtemp as another secure alternative to mktemp
[BZ #2898] * misc/mktemp.c: Add mkdtemp to the link_warning message. Based on patch by Aurelien Jarno.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5132b96807..fdc05c00d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-27 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
+
+ [BZ #2898]
+ * misc/mktemp.c: Add mkdtemp to the link_warning message.
+ Based on patch by Aurelien Jarno.
+
2015-08-26 Stan Shebs <stanshebs@google.com>
* sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.