summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-19 11:06:47 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-19 11:06:47 +0000
commit1f1386f286001ed636f0cafcaf37427eca2072ec (patch)
tree9c058afa41ee021a8edc7b8404605a3da9d8526f /CHANGES
parentff82341af91856f024b6cb110c73ec379a3b3a3a (diff)
downloadapr-1f1386f286001ed636f0cafcaf37427eca2072ec.tar.gz
win32: Fix attempt to free invalid memory on exit when apr_app is used.
* CHANGES: Add changelog entry. * misc/win32/apr_app.c (wmain): Allocate separate heap entry for every environment variable. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index de002b8fb..6547300bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -261,6 +261,9 @@ Changes for APR 2.0.0
*) apr_proc_create(): Properly escape arguments containing whitespace
characters on Windows [Ivan Zhakov]
+ *) Fix attempt to free invalid memory on exit when apr_app is used
+ on Windows. [Ivan Zhakov]
+
Changes for APR and APR-util 1.7.x and later:
*) http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?view=markup