[Mono-bugs] [Bug 317275] [PARSER] parser fails on malicious mix of < > (

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 24 10:02:37 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=317275

https://bugzilla.novell.com/show_bug.cgi?id=317275#c3


--- Comment #3 from Marek Safar <msafar at novell.com> 2011-01-24 15:02:36 UTC ---
another case

class Test
{
    static void Foo<T>()
    {
    }

    public static void Main()
    {
        var r = Foo<string> is object;
    }
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list