Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
«
Previous
|
Next
»
Revision aa9e15cb
Added by Alexander Bulancov
3 days
ago
ID
aa9e15cb1ecb0de598f816e44a09e016aaa8ef5c
Parent
29d8a50d
Child
7a09df45
Fix multiple bugs in
IO::Buffer.map
and update its documentation. (
#15264
)
Buffer's size did not account for offset when mapping the file, leading to possible crashes.
Size and offset were not checked properly, leading to many situations raising EINVAL errors with generic messages.
Documentation was wrong.
Loading...
Fix multiple bugs in
IO::Buffer.mapand update its documentation. (#15264)