Browse Source

- Fixes a segfault reported in #17584

experimental/new_apache_hooks
foobar 24 years ago
parent
commit
12f6175f26
  1. 1
      ext/gd/libgd/gd.c

1
ext/gd/libgd/gd.c

@ -748,6 +748,7 @@ gdImageTileApply (gdImagePtr im, int x, int y)
}
else
{
p = gdImageGetPixel(im->tile, srcx, srcy);
/* Allow for transparency */
if (p != gdImageGetTransparent (im->tile))
{

Loading…
Cancel
Save