summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-24 08:55:37 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-24 08:55:37 +0300
commitca810c7477c46e9e448cb6a3f2492e457b4dc626 (patch)
tree512b04d3cdec89937a67cb1842f7715fa14c3468
parent8e77a2642ed8b927feb1ab49f71bd57222397d85 (diff)
downloadbdwgc-ca810c7477c46e9e448cb6a3f2492e457b4dc626.tar.gz
Update ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af3dc20e..e1918075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-21 Ivan Maidanski <ivmai@mail.ru>
+
+ * headers.c (GC_scratch_alloc): Add bytes to scratch_free_ptr only
+ if no overflow (and not beyond GC_scratch_end_ptr); add assertion that
+ GC_scratch_end_ptr is not less than scratch_free_ptr.
+
2021-09-19 Ivan Maidanski <ivmai@mail.ru>
* dyn_load.c [HAVE_DL_ITERATE_PHDR && PT_GNU_RELRO]