In message <[EMAIL PROTECTED]>, Maxim Sobolev writes:
>I found that the rpc.umntall program from time to time starts dumping a core
>at each startup/shutdown. Removal of /var/db/mountab helps for certain
It seems to be a bug in the rpc library (thank $deity for libefence
when tracking down such bugs :-). The rpcbind client code in libc
keeps a cache of DNS lookups, but it is missing a strdup() when it
copies a string from the cache.
Investigating this has shown up a few bugs I introduced to rpc.umtall
in my last set of changes, so I'll fix those too.
Ian
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message