mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-28 07:12:17 +00:00
File sizes larger than INT_MAX cause segmentation faults, due to the use of `pbump/gbump`, which only support `int` increments. Rewrite `int`-based offset adjustments to use streamoff offsets instead. Fixes #190.