• Nils Goroll's avatar
    Fix pointer arithmatic in VSM_Map(), add a test with 100 backends · 69695c23
    Nils Goroll authored
    Of a VSM segment, we map the least number of pages from the offset into the file
    covering the segment length, aligned to page boundaries. For calculating
    relative pointers into the mapping and the length, we need to deduce the initial
    page boundary offset.
    
    Fixes #2541
    69695c23