Apache::Util gives segfault

2000-05-23 Thread Kenneth Lee
When I pass an undef (or "", maybe) to Apache::Util-unescape_uri_info it gives me segfault. Any idea? Kenneth - PerlHandler - package Apache::SegFault; use Apache::Util qw(unescape_uri_info); sub handler { my ($r) = shift; $r-send_http_header("text/html"); print

Re: Apache::Util gives segfault

2000-05-23 Thread Doug MacEachern
On Tue, 23 May 2000, Kenneth Lee wrote: When I pass an undef (or "", maybe) to Apache::Util-unescape_uri_info it gives me segfault. Any idea? i'm surprised this hasn't bitten anybody before. thanks for the report, patch below. --- src/modules/perl/Apache.xs 2000/04/21 06:03:52 1.96