]> granicus.if.org Git - gc/commit
Workaround 'checking unsigned value is negative' code defect in mark_from
authorIvan Maidanski <ivmai@mail.ru>
Sat, 17 Dec 2016 06:57:34 +0000 (09:57 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 17:29:53 +0000 (20:29 +0300)
commit739e5e58ccd7d67e4ea92957833e11032de2dcbc
tree7081454dc90bc07676fb3f47c3cf4354a6f9f64c
parentfb234c02611c7751ce30075348ef5073dcb0ee67
Workaround 'checking unsigned value is negative' code defect in mark_from

* mark.c (GC_mark_from): Replace (signed_word)descr<0 with
(descr&SIGNB)!=0.
mark.c