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

FindBin - Locate directory of original perl script

SYNOPSIS

use FindBin;
BEGIN { unshift(@INC,"$FindBin::Dir/../lib") }

DESCRIPTION

AUTHOR

Nick Ing-Simmons <nik@tiuk.ti.com>

COPYRIGHT

Copyright (c) 1995 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

REVISION HISTORY