Skip to content

Commit 1173bdc

Browse files
aardvark179eregon
authored andcommitted
Add changelog entry to mention the fixed memcpy bugs.
(cherry picked from commit 1bf2f6a)
1 parent 72b62e4 commit 1173bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Bug fixes:
7777
* Fixed `IO.try_convert` parameter conversion.
7878
* Fixed linking of always-inline C API functions with `-std=gnu90` (#1837, #1879).
7979
* Avoid race conditions during `gem install` by using a single download thread.
80+
* `RSTRING_PTR()` now always returns a native pointer, resolving two bugs `memcpy`ing to (#1822) and from (#1772) Ruby Strings.
8081

8182
Compatibility:
8283

0 commit comments

Comments
 (0)