1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
normal 9749511dfe document OpenSSL::SSL::SSLContext#setup as MT-unsafe
On a cursory inspection, using rb_block_call for extra_chain_cert
is thread-unsafe.  There may be other instances of thread-unsafe
behavior in this method, but one is enough.

* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): document as MT-unsafe
  [ruby-core:73803] [Bug #12069]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-03-14 01:20:14 +00:00
..
-test- * string.c (str_new_frozen): if the given string is embeddedable 2016-02-03 04:52:13 +00:00
bigdecimal
cgi/escape cgi/escape: Optimize CGI.unescape 2016-02-21 04:57:57 +00:00
continuation
coverage vm_core.h: use RUBY_ASSERT 2016-01-22 08:37:36 +00:00
date
dbm
digest
etc
fcntl
fiber
fiddle
gdbm
io wait readable/writable 2016-01-24 07:55:05 +00:00
json
mathn
nkf
objspace vm_core.h: use RUBY_ASSERT 2016-01-22 08:37:36 +00:00
openssl document OpenSSL::SSL::SSLContext#setup as MT-unsafe 2016-03-14 01:20:14 +00:00
pathname
psych stdlib: avoid extra calls to eliminate "\n" from Base64 2016-01-10 00:35:43 +00:00
pty
racc/cparse
rbconfig/sizeof common.mk: source dependency for nmake 2016-01-22 12:30:31 +00:00
readline
ripper Fix Ripper.lex error in dedenting squiggly heredoc 2016-02-02 23:21:34 +00:00
sdbm
socket socket.c: unlimited size hostname 2016-01-28 08:32:44 +00:00
stringio stringio: binmode sets encoding to ASCII-8BIT 2016-01-04 20:45:14 +00:00
strscan * re.c: Introduce RREGEXP_PTR. 2016-02-02 04:39:44 +00:00
syslog
thread
tk * ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo. 2016-03-07 15:28:57 +00:00
win32 win32/resolv.rb: invert the condition 2016-02-15 04:23:15 +00:00
win32ole win32ole_event.c: use rb_write_error_str 2016-03-07 01:58:09 +00:00
zlib * ext/zlib/zlib.c: Document mtime header behavior with patch by @schneems 2016-02-09 05:33:35 +00:00
.document
extmk.rb extmk.rb: cygwin case 2016-02-19 02:09:06 +00:00
Setup
Setup.atheos
Setup.nacl
Setup.nt