summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-12-06 15:08:24 -0500
committerPeter Zhu <peter@peterzhu.ca>2024-12-09 11:52:02 -0500
commit7341a4fc07ec8f12ff25538d39383ecf68a5f852 (patch)
tree2ec68c86a72a0f8fd5ffd5c3500777b88113a163 /spec/ruby
parent8010d79bb429ed8dac5244e481ba5ddc108797a2 (diff)
[Bug #20933] Fix IO::Buffer overlap calculation
The allocated buffers may be consecutive memory addresses. This will mean that `b->base == a->base + a->size` even though `a` and `b` are separate buffers.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12284
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions