summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-12-04 01:40:03 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-12-04 11:54:32 +0300
commitd787958f96ee4b7e742818bae02a69080226481e (patch)
treeebc67b6f0eb51ccfbd9ad561d0b7eea505363aae
parentd25220ba253a95d90852eb42576f21cd7796b743 (diff)
downloadbdwgc-d787958f96ee4b7e742818bae02a69080226481e.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36766278..8055ad7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -686,10 +686,14 @@ Also, includes 7.4.4 changes
== [7.4.16] (not released yet) ==
+* Fix 'collecting from unknown thread' abort in leak-finding mode for Win32
* Fix 'undefined reference to GC_incremental' linker error in pthread_start
+* Fix GC_register_disclaim_proc for leak-finding mode
* Fix concurrent bitmap update in GC_dirty
* Fix marking of finalizer closure object
+* Fix marks and hb_n_marks consistency when disclaim returns true
* Fix missing curses.h in cord/de when compiling manually (MS VC, MinGW)
+* Refine documentation in gc_disclaim.h
Also, includes 7.2m changes
@@ -1185,7 +1189,9 @@ Also, includes 7.2 changes
== [7.2m] (not released yet) ==
* Fix comment typos in CMakeLists.txt, backgraph.c, de.c, gcconfig.h
+* Fix hbp overflow in GC_install_counts
* Fix start_world not resuming all threads on Darwin
+* Guard against potential buffer overflow in CORD_next and CORD_pos_fetch
== [7.2l] 2018-08-10 ==