1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nobu e923de6d4a ossl_asn1.c: fix undefined behavior
* ext/openssl/ossl_asn1.c (ossl_asn1_initialize): SYMID on a value
  other than Symbol is an undefined behavior.  fix up r31699.
  [ruby-core:62142] [Bug #9771]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-04-24 02:53:29 +00:00
..
-test- * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scan 2014-04-21 10:14:46 +00:00
bigdecimal
continuation
coverage
date * ext/date/date_core.c (d_lite_cmp): should compare with #<. 2014-04-05 10:53:16 +00:00
dbm use do/while(0) around GetDBM macros 2014-03-02 22:50:31 +00:00
digest
dl dl/extconf.rb: check for -fno-defer-pop option 2014-03-20 03:21:52 +00:00
etc * ext/etc/extconf.rb: Build ext/etc unconditionally. 2014-04-23 11:53:07 +00:00
fcntl
fiber
fiddle fiddle/function.c: fix memory leak on exception 2014-03-09 04:51:38 +00:00
gdbm use do/while(0) around GetDBM macros 2014-03-02 22:50:31 +00:00
io
json json/parser/prereq.mk: use enum 2014-03-17 04:57:19 +00:00
mathn
nkf
objspace ext/objspace: Check fptr before trying to dump FILE object fd 2014-03-10 21:55:51 +00:00
openssl ossl_asn1.c: fix undefined behavior 2014-04-24 02:53:29 +00:00
pathname Fix error with empty args. 2014-04-02 02:51:20 +00:00
psych * ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci skip][fix GH-593] 2014-04-13 00:59:40 +00:00
pty
racc/cparse
rbconfig/sizeof
readline readline/extconf.rb: rl_hook_func_t 2014-04-04 15:31:23 +00:00
ripper
sdbm use do/while(0) around GetDBM macros 2014-03-02 22:50:31 +00:00
socket * ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM. 2014-04-07 12:14:29 +00:00
stringio stringio.c: use rb_str_append other than ASCII-8BIT 2014-04-23 02:03:43 +00:00
strscan
syslog
thread thread.c: undumpable 2014-03-26 02:20:26 +00:00
tk
win32
win32ole win32ole.c: suppress warnings 2014-04-23 04:14:42 +00:00
zlib zlib.c: return unshared string 2014-04-18 11:46:02 +00:00
.document * ext/.document: remove refinement from documentable directories. 2014-03-15 09:56:43 +00:00
extmk.rb * ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only if 2014-04-15 10:29:01 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nacl
Setup.nt