You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/17 19:05:42 UTC

DO NOT REPLY [Bug 11791] - NULL pointer dereference in merge_env_dir_configs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11791>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11791

NULL pointer dereference in merge_env_dir_configs





------- Additional Comments From timh@rd.bbc.co.uk  2002-08-17 17:05 -------
a fix seems to be replacing 
res->unsetenv = NULL;
with
res->unsetenv = apr_table_make(p, 10);

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org