summaryrefslogtreecommitdiff
path: root/missing_d/ChangeLog
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-22 08:26:27 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-06-22 08:26:27 -0400
commit288b15d0793936fa14b51ed860056f6ce6200c52 (patch)
tree5de9e9dca8b30e8d168da8661ae88e3ffe2504a3 /missing_d/ChangeLog
parentb7d8b6ebcd5dd714bc21acf7637d9a651e2f7ea7 (diff)
downloadgawk-288b15d0793936fa14b51ed860056f6ce6200c52.tar.gz
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Diffstat (limited to 'missing_d/ChangeLog')
-rw-r--r--missing_d/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog
index 83f5b93e..7d9bddc4 100644
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-21 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * getaddrinfo.c (getaddrinfo): Replace malloc+memset with calloc.
+
2016-10-23 Arnold D. Robbins <arnold@skeeve.com>
* General: Remove trailing whitespace from all relevant files.