When trying out the RC1 code I found that my GD test segfaults every time. I
traced the problem to the fact that efree is used on memory that was
allocated with strdup. See the fontlist variable in
ext\gd\libgd\gdft.c:fontFetch()
This started happening when gdhelpers.c was changed to use emalloc etc in r1.3.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-DEV] GD segfault in 4.3.0RC1 Brian Havard
- Re: [PHP-DEV] GD segfault in 4.3.0RC1 Derick Rethans
- Re: [PHP-DEV] GD segfault in 4.3.0RC1 Derick Rethans
- Re: [PHP-DEV] GD segfault in 4.3.0RC1 Brian Havard
- Re: [PHP-DEV] GD segfault in 4.3.0RC1 Derick Rethans
- Re: [PHP-DEV] GD segfault in 4.3.0RC... Marcus Börger
- Re: [PHP-DEV] GD segfault in 4.3... Derick Rethans
- Re: [PHP-DEV] GD segfault in... Edin Kadribasic
- Re: [PHP-DEV] GD segfault in... Ilia A.
- Re: [PHP-DEV] GD segfault in 4.3... Brian Havard