[Mono-bugs] [Bug 518138] New: HttpResponseStream throws exception if empty byte buffer is written

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 1 04:32:28 EDT 2009


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: mhabersack at novell.com
        ReportedBy: rook at roo.k.pl
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list