Parameters imgw and imgh of image.php must be checked inside this file.
I'm sorry, my English is not good.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | node566184.diff | 1015 bytes | drpchris |
| #1 | node566184.diff | 591 bytes | drpchris |
Parameters imgw and imgh of image.php must be checked inside this file.
I'm sorry, my English is not good.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | node566184.diff | 1015 bytes | drpchris |
| #1 | node566184.diff | 591 bytes | drpchris |
Comments
Comment #1
drpchris commenteddiff to fix this against the Aug-03 dev release. CHecks that there are only decimal chars in the params.
Comment #2
drpchris commentedComment #3
drpchris commentedthis patch obsoletes the first one. Adds a check for '..' in the image path. I also diff'd the old one backwards.
Comment #4
api87 commentedAlso we need check that width and heigth are in correct range ( for ex., imgw>10 and imgw<10000)
Comment #5
drpchris commentedThis patch has been incorporated into http://drupal.org/node/566178