The following reply was made to PR general/2245; it has been noted by GNATS.
From: Rodent of Unusual Size <[EMAIL PROTECTED]>
To: Apache bug database <[EMAIL PROTECTED]>
Cc: Subject: Re: general/2245: Insure memory checker found errors
Date: Sun, 04 Jul 1999 14:50:09 -0400
[From Phil Dietz]
I checked out apache-1.3_19990622191229.tar.gz, compiled it with
most apache modules, and ran it against the newest beta of Insure5.0
for HPUX10.
The only warnings it issued were:
[alloc.c:1578] **USER_ERROR**
>> qsort(cat_keys, nkeys, sizeof(overlap_key), sort_overlap);
Non-positive numbers of elements passed to qsort: 0
Stack trace where the error occurred:
qsort()
ap_overlap_tables() alloc.c, 1578
get_mime_headers() http_protocol.c, 902
ap_read_request() http_protocol.c, 964
child_main() http_main.c, 3976
make_child() http_main.c, 4091
startup_children() http_main.c, 4173
standalone_main() http_main.c, 4461
main() http_main.c, 4777
[mod_setenvif.c:384] **PARM_NULL**
>> if (!ap_regexec(b->preg, val, 0, NULL, 0)) {
Array parameter is null: pmatch
Stack trace where the error occurred:
ap_regexec()
match_headers() mod_setenvif.c, 384
run_method() http_config.c, 360
ap_run_post_read_request() http_config.c, 402
ap_read_request() http_protocol.c, 1051
child_main() http_main.c, 3976
make_child() http_main.c, 4091
startup_children() http_main.c, 4173
standalone_main() http_main.c, 4461
main() http_main.c, 4777
and those errors seem to just be of the informational variety.
Otherwise quite clean.
I will continue testing with more modules.