Project
General
Profile
Sign in
Register
Home
Projects
Help
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
«
Previous
|
Next
»
Revision d5c33364
Added by
nobu (Nobuyoshi Nakada)
about 6 years
ago
ID
d5c33364e3c0efb15e11df417c925afee2cdb9c9
Parent
c4152b11
Child
b1003301
Fixed heap-use-after-free
string.c (rb_str_sub_bang): retrieves a pointer to the
replacement string buffer just before using it, for the case of
replacement with the receiver string itself. [Bug
#16105
]
Related issues
Bug #16105
: heap-use-after-free in String#sub!
Loading...
Fixed heap-use-after-free
replacement string buffer just before using it, for the case of
replacement with the receiver string itself. [Bug #16105]