[ruby-cvs:78472] 14a17063a1 (master): Fixed stack overflow [Bug #16382]
"Nobuyoshi Nakada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2019-12-03 08:12:57 +0900 (Tue, 03 Dec 2019)
New Revision: 14a17063a1
https://github.com/ruby/ruby/commit/14a17063a1
Log:
Fixed stack overflow [Bug #16382]
Get rid of infinite recursion in expanding a load path to the real
path while loading a transcoder.
Modified files:
file.c
internal.h
load.c
test/ruby/test_encoding.rb