Re: Wondering what I'm missing...

2002-02-05 Thread William A. Rowe, Jr.
From: "Paul J. Reder" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 1:20 PM > 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

Re: Wondering what I'm missing...

2002-02-05 Thread Paul J. Reder
), > 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 w

Re: Wondering what I'm missing...

2002-02-04 Thread William A. Rowe, Jr.
t;[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 >

Re: Wondering what I'm missing...

2002-02-04 Thread Aaron Bannert
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().

Re: Wondering what I'm missing...

2002-02-04 Thread Rodent of Unusual Size
* On 2002-02-04 at 22:07, Paul J. Reder <[EMAIL PROTECTED]> excited the electrons to say: > > 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: > > static apr_rmm_t *client_rmm = NULL; > > ever gets

Wondering what I'm missing...

2002-02-04 Thread Paul J. Reder
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: static apr_rmm_t *client_rmm = NULL; ever gets initialized before it is used in the 5 calls to: apr_rmm_malloc(client_rmm, ...); and the singl