Date: 01/19/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Previous message: Sascha Schumann: "[PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- In reply to: Sascha Schumann: "[PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[hate to reply to myself, but I don't want to waste other
people's time looking into this thing.]
I think I've found the bug.
The comment in rfc1867.c around line 195 says:
start_arr is set to point to 1st [
But the code use strrchr to locate the bracket, so start_arr
is set to the last bracket. The attached one-liner fixes it.
Comments?
- Sascha
- TEXT/PLAIN attachment: difx
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Previous message: Sascha Schumann: "[PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- In reply to: Sascha Schumann: "[PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

