#43540 [Com]: rfc1867 handler newlength problem
[email protected] ("tomas at tomas-muller dot net")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
ID: 43540 Comment by: tomas at tomas-muller dot net Reported By: thomas at partyflock dot nl Status: Open Bug Type: HTTP related Operating System: Linux PHP Version: 5.2.5 New Comment: FYI a more detailed description can be found here: http://pecl.php.net/bugs/bug.php?id=10715 Previous Comments: ------------------------------------------------------------------------ [2008-08-21 01:23:33] tomas at tomas-muller dot net I can confirm that making this change and recompiling fixes the bug for me. Could anyone please review this and fix it? This annoying bug makes the rfc1867 hook effectively unusable. ------------------------------------------------------------------------ [2007-12-08 23:49:45] thomas at partyflock dot nl Description: ------------ In main/rfc1867.c, line 928, newlength is initialized to 0. Shouldn't this be new_val_len? Currently if your form handler does nothing and always returns SUCCESS, all the viables get set, but with 0 length strings. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43540&edit=1