ruby/ext
kosaki 4bd17e7c97 merge revision(s) 33333:
* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when being
	  fed arbitrary string values.
	  Clearly distinguish between the cases "universal, infinite and
	  not a SEQUENCE or SET" and "universal SEQUENCE or SET, possibly
	  infinite". Raise error for universal tags that are not infinite.

	* test/openssl/test_asn1.rb: add a test for this.
	  Thanks to Hiroshi Yoshida for reporting this bug.
	  [Bug #5363] [ruby-dev:44542]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-09-27 04:06:02 +00:00
..
-test- merge revision(s) 33256: 2011-09-12 11:41:30 +00:00
bigdecimal Merge commit r32996 from trunk: 2011-08-17 06:52:00 +00:00
continuation * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
coverage * ext/coverage/coverage.c: resurrect r32071 + add GC guard for 2011-07-04 15:55:06 +00:00
curses * ext/curses/curses.c: Clean up documentation. 2011-06-17 04:10:37 +00:00
date * backport r33106 from trunk. 2011-08-28 06:58:06 +00:00
dbm * enc/utf_16le.c: surpress warning: shorten-64-to-32. 2011-03-21 21:23:42 +00:00
digest * Backport r32950 from trunk. 2011-08-12 17:26:00 +00:00
dl * backport r32981 and r32982 from trunk. 2011-08-16 00:51:58 +00:00
etc * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
fcntl .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle Merge commit r32895 from trunk: 2011-08-21 02:35:12 +00:00
gdbm * enc/utf_16le.c: surpress warning: shorten-64-to-32. 2011-03-21 21:23:42 +00:00
iconv * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil. 2010-12-03 23:50:13 +00:00
io * backport r32579, r32581, r32587 by akr and r32588 by kazu. 2011-07-20 22:11:56 +00:00
json merge revision(s) 33142: 2011-08-31 07:02:52 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf merge revision(s) 33225: 2011-09-08 12:18:41 +00:00
objspace * backport r32876 from trunk. 2011-08-07 05:18:22 +00:00
openssl merge revision(s) 33333: 2011-09-27 04:06:02 +00:00
pathname * backport r33086 from trunk. 2011-08-26 23:54:49 +00:00
psych * ext/psych/lib/psych.rb: Fixing psych version number. 2011-08-24 21:56:19 +00:00
pty * backport r33086 from trunk. 2011-08-26 23:54:49 +00:00
racc/cparse .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
readline * ext/readline/readline.c: Add examples for Readline.completion_proc=. 2011-07-22 04:54:09 +00:00
ripper * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
sdbm * ext/sdbm/init.c: parenthesize macro arguments. 2011-03-25 12:56:34 +00:00
socket * backport r32977 from trunk 2011-08-15 23:20:44 +00:00
stringio * ext/stringio/stringio.c (strio_read): return new string if nil 2011-08-20 01:43:26 +00:00
strscan * ext/strscan/strscan.c: parenthesize macro arguments. 2011-03-31 11:42:23 +00:00
syck Fix: r32043 may raise NameError. 2011-06-13 07:41:20 +00:00
syslog * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
tk * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw. 2011-06-29 14:11:19 +00:00
win32ole * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
zlib * backport r33023 from trunk. 2011-08-23 06:16:16 +00:00
.document * backport r32981 and r32982 from trunk. 2011-08-16 00:51:58 +00:00
extmk.rb * ext/extmk.rb (extmake): suppresses outputs from extconf.rb. 2011-07-03 14:44:59 +00:00
Setup * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.emx * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.nt * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00