Security Advisories (2)
CVE-2009-0796 (2009-05-11)

XSS in Apache::Status.

CVE-2007-1349 (2007-03-29)

Unescaped variable interpolation in Apache::PerlRun regular expression could cause regex engine tampering.

NAME

Apache::Leak - Module for tracking memory leaks in mod_perl code

SYNOPSIS

    use Apache::Leak;

    leak_test {
	my $obj = Foo->new;
	$obj->thingy;
    };
    #now look in error_log for results

DESCRIPTION

"Under Construction."

SEE ALSO

Devel::Leak

AUTHOR

Doug MacEachern Leak.xs derived from Nick Ing-Simmons' Devel::Leak