When I talk about dereferencing into the pointer I am talking about within the apr_rmm_malloc and apr_rmm_free functions, not inside mod_auth_digest. I realize that apr_rmm_malloc returns offsets into the var, but the var is inited to NULL. Offsetting into there seems, um, problematic. :)
I think Aaron is correct, there is a missing apr_rmm_init. If this is correct I will put one in. Feedback? Thanks, William A. Rowe, Jr. wrote: > 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 >> >> > > -- Paul J. Reder ----------------------------------------------------------- "The strength of the Constitution lies entirely in the determination of each citizen to defend it. Only if every single citizen feels duty bound to do his share in this defense are the constitutional rights secure." -- Albert Einstein