Skip to content

Commit 53f9d99

Browse files
committed
Merge 2.19.9 changes
1 parent 996bac6 commit 53f9d99

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* Deprecate default support of JavaScript comments in the parser and add `allow_comments: true` parsing option.
66
* Integrate with Ruby 4.1 `ruby_sized_xfree`.
77

8+
### 2026-06-11 (2.19.9)
9+
10+
* Fix buffer overflow that could lead to a crash when writing JSON directly into an IO
11+
with `JSON.generate(object, io)`. [CVE-PENDING].
12+
813
### 2026-06-03 (2.19.8)
914

1015
* Fix 1-byte buffer overread on EOS errors.

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.19.8'
4+
VERSION = '2.19.9'
55
end

0 commit comments

Comments
 (0)