From 1f1386f286001ed636f0cafcaf37427eca2072ec Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sun, 19 Jun 2022 11:06:47 +0000 Subject: 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1