Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GC_is_visible for case of arg pointing exactly to object upper bound
(a cherry-pick of commit e8fa865 from 'master') In the single-threaded configuration of the collector, if p points exactly to base of the object plus its length then treat is a pointer outside the object (this behavior is similar to that of a bitmap-based descriptor). * ptr_chck.c [!THREADS] (GC_is_visible): If descr is length-based and p-base==descr then fail.
- Loading branch information