http://bugzilla.novell.com/show_bug.cgi?id=518138


           Summary: HttpResponseStream throws exception if empty byte
                    buffer is written
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


Rev 131451 in 
 /trunk/mcs/class/System.Web/System.Web/HttpResponseStream.cs
assumes that the buffer written has at least one element.
If empty buffer is written it throws index out of bounds exception.

This should be checked, as some third party libraries do not check this
themselves
(SharpZipLib).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to