Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

uninitialized variable in ap_directory_walk

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


torsten.foertsch at gmx

Mar 11, 2007, 10:01 AM

Post #1 of 1 (971 views)
Permalink
uninitialized variable in ap_directory_walk

Hi,

this bug is alive since 2.2.0. The patch is against trunk.

Torsten

--- server/request.c~ 2007-03-11 17:20:25.000000000 +0100
+++ server/request.c 2007-03-11 17:50:01.000000000 +0100
@@ -631,6 +631,7 @@
opts.add = this_dir->opts_add;
opts.remove = this_dir->opts_remove;
opts.override = this_dir->override;
+ opts.override_opts = this_dir->override_opts;

/* Set aside path_info to merge back onto path_info later.
* If r->filename is a directory, we must remerge the path_info,

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.