Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use GC_noop1_ptr() for functional pointers
(fix of commit 0ca8be5) Issue #627 (bdwgc). * os_dep.c [(NEED_FIND_LIMIT || UNIX_LIKE || WRAP_MARK_SOME) && CPPCHECK && ADDRESS_SANITIZER] (GC_set_and_save_fault_handler): Use GC_noop1((word)(GC_funcptr_uint)&fn) instead of GC_noop1_ptr(&fn). * os_dep.c [MPROTECT_VDB && !DARWIN && CPPCHECK && ADDRESS_SANITIZER] (GC_dirty_init): Likewise.
- Loading branch information