Re: [PHP-DEV] Proposed fix for bug #21149

2002-12-23 Thread Melvyn Sopacua
On Mon, 23 Dec 2002, Ilia A. wrote: IA>>> The current implementation of php_register_variable_ex() improperly handles IA>>> situations when the name of the variable passed via GET/POST/COOKIES contains IA>>> a '[' or it's urlencoded equivalent. The result is a small memory leak IA>>> (number of

[PHP-DEV] Proposed fix for bug #21149

2002-12-23 Thread Ilia A.
The current implementation of php_register_variable_ex() improperly handles situations when the name of the variable passed via GET/POST/COOKIES contains a '[' or it's urlencoded equivalent. The result is a small memory leak (number of chars between '[' and '=' +1) and invalid data inside the G