Re: A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread Eric Covener
On Tue, Aug 21, 2012 at 10:50 AM, Rainer Jung wrote: > On 21.08.2012 16:22, PKU-bswen wrote: >> >> The cited documentation seems to apply only to Windows Server 2003? > > > Unfortunately I can't easily check myself, but the documentation states the > automatic chosing of the debug variants also fo

Re: A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread Rainer Jung
On 21.08.2012 16:22, PKU-bswen wrote: The cited documentation seems to apply only to Windows Server 2003? Unfortunately I can't easily check myself, but the documentation states the automatic chosing of the debug variants also for VS 2012: http://msdn.microsoft.com/en-us/library/z8h19c37 A

RE: A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread PKU-bswen
verify why that could happen. Bing -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Tuesday, August 21, 2012 8:22 PM To: dev@httpd.apache.org Subject: Re: A possible bug found // RE: svn commit: r783 - /release/httpd/ I don't think a source code change sho

Re: A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread Eric Covener
I don't think a source code change should be required. http://msdn.microsoft.com/en-US/library/we1whae7(v=vs.80) "When the application is linked with a debug version of the C run-time libraries, free resolves to _free_dbg. For more information about how the heap is managed during the debugging pr

A possible bug found // RE: svn commit: r783 - /release/httpd/

2012-08-21 Thread PKU-bswen
A possible subtle bug with httpd-2.4.3 on Windows (Server 2008 R2) was found in the following source file, which was compiled using VS2010: httpd-2.4.3/server/config.c // line 602: ap_module_short_names[m->module_index] = strdup(sym_name); // line 680: free(ap_module_short_names