]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR62200: EBCDIC: ap_rgetline APR_ENOSPC
authorEric Covener <covener@apache.org>
Tue, 20 Mar 2018 21:17:18 +0000 (21:17 +0000)
committerEric Covener <covener@apache.org>
Tue, 20 Mar 2018 21:17:18 +0000 (21:17 +0000)
commit6d971f78380597436f553548630f2d898c6cef22
tree71347d308389ede9e635bca6fbc3b38e5dcd3e74
parent3d0e237eaa13f11acd5abd7a5198236d449cb13b
PR62200: EBCDIC: ap_rgetline APR_ENOSPC

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

Submitted By: Hank Ibell
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827359 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/protocol.c