summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2023-04-29 10:29:28 +0300
committerIvan Maidanski <ivmai@mail.ru>2023-04-29 11:16:40 +0300
commit393828bfc728eff58a6475d5a5c0ae5edacae95b (patch)
treecfd4f9fcd628975d939e4e78dbddedebf74876d1
parentf806e6209830db829a8d10be6c373a4866d402e3 (diff)
downloadbdwgc-393828bfc728eff58a6475d5a5c0ae5edacae95b.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc267dc6..ded7a95b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1782,6 +1782,8 @@ Also, includes 7.4.4 changes
* Ensure GC_NO_PTHREAD_SIGMASK defined if no GC_pthread_sigmask prototype
* Fix GC_thread_is_registered for finished threads
* Fix missing lock while updating GC_in_thread_creation in GC_exit_check
+* Fix null pointer dereference in TRACE_TARGET
+* Fix of GC_bytes_allocd increment in GC_generic_malloc_inner
Also, includes 7.2q changes.
@@ -2332,6 +2334,7 @@ Also, includes 7.2 changes
== [7.2q] (not released yet) ==
+* Fix CORD_next() indent inside loop in test_basics() of cordtest
* Fix DCL_LOCK_STATE placement in GC_set_oom_fn
* Fix IRIX5 defined wrongly on Tandem S-Series and WinCE/mips
* Fix disabling of automatic dynamic libraries registration
@@ -2345,6 +2348,7 @@ Also, includes 7.2 changes
* Fix typos in comments and documentation
* Fix unregistering of thread created by intercepted pthread_create on NaCl
* Fix use of unset errno after pthread_create call
+* Invoke GC_oom_fn if GC_make_array_descriptor failed because of no memory
== [7.2p] 2022-08-25 ==