RE: mod_userdir segfault (segfault type #3)

2001-02-21 Thread rbb
I would implement a new APR function that given a username, and returns the uid/gid. Platforms can return APR_ENOTIMPL, but most will actually implement something. this should solve the problem cleanly. Ryan On Wed, 21 Feb 2001, Cliff Woolley wrote: > > -Original Message- > > There is

RE: mod_userdir segfault (segfault type #3)

2001-02-21 Thread Cliff Woolley
> -Original Message- > There is a bug report about this too. Please fix it. :-) There's a patch in the PR (actually very similar to what Manoj originally committed with the function and later removed). But it's not threadsafe (which seems to be why Manoj removed it in the first place).