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 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?

Have at it, sounds right :)  Note everything expected that to be a pointer,
not an offset, so it's far from the only change.

Some of the apr folks usually hide in irc.openprojects.net #apr channel, 
if you want very fast feedback on the apr APIs.

Bill

Reply via email to