Author :
Nick Mathewson
Date :
2011-06-02 17:07:40
Hash :8254de76 Message :Fix windows file segment mappings
Instead of mapping enough bytes for each segment, we were failing to
take into account the slop created by rounding the segment position
down to the nearest page.
Should fix bug 3142394 found by Sebastian Hahn.