Yecht regression: require'ing rubygems now makes nil, true, false all tainted
-----------------------------------------------------------------------------

                 Key: JRUBY-4064
                 URL: http://jira.codehaus.org/browse/JRUBY-4064
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.4.0RC1
         Environment: jruby 1.4.0dev (ruby 1.8.6p287) (2009-10-06 dc8d7f6) 
(Java HotSpot(TM) Client VM 1.6.0_03) [i386-java]

            Reporter: Vladimir Sizikov
            Assignee: Thomas E Enebo


{code}
#>jruby -e "p true.tainted?; p false.tainted?; p nil.tainted?"
false
false
false

#> jruby -e "require 'rubygems'; p true.tainted?; p false.tainted?; p 
nil.tainted?"
true
true
true
{code}

Bisecting shows that the first revision to exhibit this behavior is 
dc8d7f6cf8590cadafac2995738a23841f8621c2 :
" Remove yaml based on JvYAMLb and add Yecht version 0.0.1 instead."


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to