https://bz.apache.org/bugzilla/show_bug.cgi?id=62200

            Bug ID: 62200
           Summary: ap_rgetline does not translate lines larger than
                    buffer limit to EBCDIC
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: hwib...@gmail.com
  Target Milestone: ---

Created attachment 35792
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35792&action=edit
Proposed patch for trunk

On EBCDIC systems, translation does not occur in ap_rgetline() if the line is
larger than the buffer size.

Solution is to also do translation if ap_rgetline_core() returns APR_ENOSPC.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to