Date: 08/30/01
- Next message: olaf <email protected>: "[PHP-DEV] Bug #13038 Updated: Cookie Error in Net/Curl.php"
- Previous message: nicolas_toniazzi <email protected>: "[PHP-DEV] Bug #13058: opendir fails on remote folders with apache as a service"
- In reply to: naomi <email protected>: "[PHP-DEV] Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Next in thread: derick <email protected>: "Re: [PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Reply: derick <email protected>: "Re: [PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There's is a check on the max keysize, but no check, if the keysize is
larger than 0. So the simple patch I attached to this mail should hopefully
be sufficient.
Regards,
Alexander
-- | Alexander Wirtz | eMail: wirtz <email protected> | | web <email protected> GmbH | WWW: http://www.web-active.com/ |
- text/plain attachment: patch-mcrypt.c
-- 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: olaf <email protected>: "[PHP-DEV] Bug #13038 Updated: Cookie Error in Net/Curl.php"
- Previous message: nicolas_toniazzi <email protected>: "[PHP-DEV] Bug #13058: opendir fails on remote folders with apache as a service"
- In reply to: naomi <email protected>: "[PHP-DEV] Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Next in thread: derick <email protected>: "Re: [PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Reply: derick <email protected>: "Re: [PHP-DEV] [PATCH] for Bug #13052: Empty $key in mcrypt_generic_init causes segmentation fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

