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
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