summaryrefslogtreecommitdiff
path: root/regenc.h
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-09-06 14:22:24 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-09-06 14:22:24 +0900
commitf336a3eb6c76890f3d8f878725b3d328c8fdcf33 (patch)
treed1478fa271a2e6713be94609fda1bfab644a43cc /regenc.h
parent13dd07e3972fb41c8c834a46e29d34976f478fbc (diff)
downloadruby-f336a3eb6c76890f3d8f878725b3d328c8fdcf33.tar.gz
Use free instead of xfree to free altstack
The altstack memory of a thread may be free'ed even after the VM is destructed. After that, GC is no longer available, so calling xfree may lead to a segfault. This changeset uses the bare free function to free the altstack memory instead of xfree. [Bug #18126]
Diffstat (limited to 'regenc.h')
0 files changed, 0 insertions, 0 deletions