Recognize that rmm_malloc returns apr_rmm_off_t's into an apr_rmm_t... you need to port all of the calls to deref through apr_rmm_baseaddr_get(), but be careful, don't store dereferenced real addresses in the rmm itself!
----- Original Message ----- From: "Aaron Bannert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 10:02 PM Subject: Re: Wondering what I'm missing... > On Mon, Feb 04, 2002 at 09:27:53PM -0500, Paul J. Reder wrote: > > Perhaps I'm just really dense, but I don't see where (in the > > mod_auth_digest.c code in httpd-2.0 HEAD) the following variable: > ... > > What obvious point am I missing? > > Unless we're both blind, it's missing a call to apr_rmm_init(). > > -aaron >
