[PATCH] pspell extension segfaults with aspell 0.50.x
| Bug #34456 | [PATCH] pspell extension segfaults with aspell 0.50.x | ||||
|---|---|---|---|---|---|
| Submitted: | 2005-09-10 14:49 UTC | Modified: | 2005-09-12 18:35 UTC | ||
| From: | nlopess@php.net | Assigned: | |||
| Status: | Closed | Package: | Pspell related | ||
| PHP Version: | 5CVS-2005-09-10 (CVS) | OS: | * | ||
| Private report: | No | CVE-ID: | None | ||
[2005-09-10 14:49 UTC] nlopess@php.net
Description: ------------ The pspell extension segfaults with (at least) aspell 0.50.x. Although aspell 0.60.x doesn't, there is a problem in PHP code. Patch: http://mega.ist.utl.pt/~ncpl/php_pspell_patch.txt Reproduce code: --------------- all pspell_config_xx() segfault. <? $p=pspell_new('en'); pspell_config_mode($p, PSPELL_FAST); ?>
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2005-09-11 19:07 UTC] iliaa@php.net
[2005-09-11 20:25 UTC] nlopess@php.net
[2005-09-12 08:44 UTC] sniper@php.net
[2005-09-12 18:35 UTC] iliaa@php.net