This project is closed and read-only.
Actions
Backport #7754
closedBackport file.c (realpath_rec) GC fix to 1.9.3
Backport #7754:
Backport file.c (realpath_rec) GC fix to 1.9.3
Status:
Closed
Assignee:
Description
I'm hitting a problem with ruby-1.9.3-p327 and ruby-1.9.3-p374 that I tracked down with gdb to the realpath_rec method in file.c. The behavior I am seeing is that the char array pointed at by link_names is written over if GC runs in subsequent calls to realpath_rec.
It turns out the issue has already been resolved in trunk:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/37174/diff/file.c
I was wondering if this could be backported to 1.9.3.
Files
Updated by luislavena (Luis Lavena) over 13 years ago
- Status changed from Open to Assigned
- Assignee set to usa (Usaku NAKAMURA)
Updated by usa (Usaku NAKAMURA) over 13 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby to 13
- Category deleted (
core) - Target version deleted (
1.9.3)
Updated by usa (Usaku NAKAMURA) over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions