Security Advisories (1)
CVE-2006-4484 (2008-10-01)

Buffer overflow in the LWZReadByte_ function in the GD extension in allows remote attackers to have an unknown impact via a GIF file with input_code_size greater than MAX_LWZ_BITS, which triggers an overflow when initializing the table array.

NAME

Beginings of a Ghostscript lowlevel PostScript viewing widget

SYNOPSIS

my $gs= $parent->Ghostscript(
                'x_pixels_per_inch' => $scale,
                'y_pixels_per_inch' => $scale,
                'BoundingBox' => [ 0,0, $width, $height]
                );
$gs->Postscript("....");

DESCRIPTION

Tested with gs3 via pgs and Ghostview.pm.

Aim is to have both GS and "Display Postscript" widgets which present same interface to higher level document viewers.