Skip to content

stringio 3.1.8 - 2025-11-12

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 01:35
· 6 commits to master since this release
2d63b5e

Improvements

  • Improved documents
    • Patch by Burdette Lamar

Fixes

  • Fixed SEGV in StringIO#seek with SEEK_END on StringIO.new(nil)

  • Fixed SEGV in StringIO#read on StringIO.new(nil)

  • Fixed SEGV in StringIO#pread on StringIO.new(nil)

  • Fixed SEGV in StringIO#eof? on StringIO.new(nil)

  • JRuby: Fixed a bug that StringIO#read doesn't clear code range

Thanks

  • koh-sh

  • Burdette Lamar

  • Karol Bucek