aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2009-12-15 02:01:40 +0100
committerMarcus Brinkmann <[email protected]>2009-12-15 02:01:40 +0100
commit1094c0a5d351953c26cb73196e79735c70f82112 (patch)
treef277e9c1770f5dd700fa341cbf9bf7fb474e74e6 /src/ChangeLog
parentTest on sgid process (diff)
downloadgpgme-1094c0a5d351953c26cb73196e79735c70f82112.tar.gz
gpgme-1094c0a5d351953c26cb73196e79735c70f82112.zip
2009-12-15 Marcus Brinkmann <[email protected]>
* assuan-support.c (my_spawn): Calloc, not malloc, the fd_items.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61bc3949..98de853f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-15 Marcus Brinkmann <[email protected]>
+
+ * assuan-support.c (my_spawn): Calloc, not malloc, the fd_items.
+
2009-12-10 Werner Koch <[email protected]>
* debug.c (debug_init): Test on sgid process.