is this pattern in event safe?
apr_pool_clear(cs->p);
ap_push_pool(worker_queue_info, cs->p);cs itself is allocated from cs->p (ptrans) Must cs->p be copied to the stack since MaxMemFree could return these bytes? (I have been chasing a rare crash in this neighborhood, but this pattern doesn't seem to actually be the culrpit) -- Eric Covener [email protected]
