1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Kazuki Yamaguchi c1147f7f71 [ruby/openssl] ssl: avoid directly storing String object in NPN callback
On the server side, the serialized list of protocols is stored in
SSL_CTX as a String object reference. We utilize a hidden instance
variable to prevent it from being GC'ed, but this is not enough because
it can also be relocated by GC.compact.

https://github.com/ruby/openssl/commit/5eb68ba778
2021-10-16 18:34:35 +09:00
..
-test- ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
bigdecimal
cgi/escape ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
continuation
coverage
date [ruby/date] Bump up date version to 3.2.0 2021-10-14 21:15:57 +09:00
digest Removed redundant digest namespace 2021-10-14 14:07:50 +09:00
etc [ruby/etc] Get rid of alloca in the loop 2021-10-14 18:44:27 +09:00
fcntl [ruby/fcntl] Bump up fcntl version to 1.0.1 2021-10-14 17:18:21 +09:00
fiddle ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
io ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
json [flori/json] Bump up json version to 2.6.0 2021-10-14 17:04:37 +09:00
monitor
nkf [ruby/nkf] Bump up nkf version to 0.1.1 2021-10-14 20:29:27 +09:00
objspace ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
openssl [ruby/openssl] ssl: avoid directly storing String object in NPN callback 2021-10-16 18:34:35 +09:00
pathname [ruby/pathname] Bump up pathname version to 0.2.0 2021-10-14 21:08:03 +09:00
psych ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
pty ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
racc/cparse
rbconfig/sizeof
readline ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
ripper ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
rubyvm
socket Prefer the reentrant versions of gmtime and localtime 2021-10-14 23:44:15 +09:00
stringio ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
strscan ruby tool/update-deps --fix 2021-10-05 14:18:23 +09:00
syslog
win32
win32ole
zlib [ruby/zlib] Fix a bug that GZipReader#gets may return incomplete line 2021-10-15 15:31:15 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt