Commits

David Young committed 6efcb7d1d7d
Assert that a raw-data page we are examining *does* intersect the interval [addr, addr + size) that we are trying to read, replacing an assertion that did not make any sense in context. I'm not sure why it took so long for the nonsensical assertion to fire, but maybe it was because we didn't do any multi-page raw-data reads through the page buffer, before?