Re: [users@httpd] Potential Bug in mpm_common.c

2012-06-27 Thread Lazy
2012/6/14 Ken Cheung : > I observed a code clone in the following files. In the > function ap_mpm_set_max_mem_free the variable "value" has to be multiplied > by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this > operation. I wonder if this is necessary. Hope it helps. acco

[users@httpd] Potential Bug in mpm_common.c

2012-06-14 Thread Ken Cheung
I observed a code clone in the following files. In the function ap_mpm_set_max_mem_free the variable "value" has to be multiplied by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this operation. I wonder if this is necessary. Hope it helps. function : ap_mpm_set_max_mem_fr