-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incomplete read in GC_soft_read_dirty
(fix of commit de8e2e9) Issue #265 (bdwgc). * os_dep.c [SOFT_VDB] (soft_set_grungy_pages): New static function (move code from outer for statement in GC_soft_read_dirty); add loop to call READ() while region address limit is not reached (do no modify limit variable value, update pm_ofs variable value on each iteration); abort if read size is not multiple of entry size.
- Loading branch information
Showing
1 changed file
with
52 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters