php-developer-list | 2002112
Date: 11/17/02
- Next message: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] on the subject of overloading: __call()"
- Next in thread: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Reply: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Previous message: Stanislav Malyshev: "Re: [PHP-DEV] on the subject of overloading: __call()"
- Next in thread: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Reply: Derick Rethans: "Re: [PHP-DEV] GD segfault in 4.3.0RC1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

