]> granicus.if.org Git - gc/commit
Fix assertion in GC_mark_from for non-heap regions
authorGabor Drescher <gabor.drescher@cs.fau.de>
Tue, 5 Jul 2016 07:51:50 +0000 (09:51 +0200)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 30 Jul 2016 08:13:10 +0000 (11:13 +0300)
commit1ce9b81f7715c8d489d6be14dadb97011fe344b2
tree7dc53ef0b31ee1f487357da81448efa33983af1c
parent8c87595187e33458cf1d0a9b343cab32e0577301
Fix assertion in GC_mark_from for non-heap regions

* mark.c (GC_mark_from): Relax assertion condition for descr and
GC_least/greatest_plausible_heap_addr values.
mark.c