• Jim Jagielski's avatar
    Merge r1628104, r1628918 from trunk: · 19fd1aaa
    Jim Jagielski authored
    mod_substitute: Fix memory limitation in case of
    regexp plus flatten.
    
    The maxlen argument of ap_varbuf_regsub() is unsigned.
    Passing in "AP_SUBST_MAX_LINE_LENGTH - vb.strlen"
    in case vb.strlen got to big didn't result in the
    expected error but instead was handled as a very big
    maxlen.
    
    
    Add CHANGES for r1628104.
    (mod_substitue: Fix memory limitation in case of
    regexp plus flatten.)
    
    Submitted by: rjung
    Reviewed/backported by: jim
    
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634522 13f79535-47bb-0310-9956-ffa450edef68
    19fd1aaa
To find the state of this project's repository at the time of any of these versions, check out the tags.