]> granicus.if.org Git - apache/commit
fill out parms->err_directive while looking for open parents.
authorAndre Malo <nd@apache.org>
Sat, 15 Feb 2003 04:57:10 +0000 (04:57 +0000)
committerAndre Malo <nd@apache.org>
Sat, 15 Feb 2003 04:57:10 +0000 (04:57 +0000)
commit8b051e6a2a46cfe9fd9875ee09e049b313615cb5
tree63b2c6fba9658001755e448f60e6ade4c0a31274
parenteaf5854c3a324e162af04cd65cd959739e1799d2
fill out parms->err_directive while looking for open parents.
Otherwise when trying to log the error
(a) we segfault (if the directive was in another file)
(b) we show a wrong occurrence line number (start line of the previous
    container) or probably segfault, too (if no previous container exists).

PR: 17093

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