- Fix memory leak in epparse.c
- Make unstructured_forwar/backward_jump a normal error, that
does not exit the program and clarify the error message
- Limit length of formdata to 64M (not for file upload), to
avoid huge memory allocation/failures
- Fix missing escape of name attribute in hidden command
|