"David O'Brien" <[EMAIL PROTECTED]> writes: > Well... it would be nice if people would do CORRECT fixes. From > some things DES was saying, people are making some really stupid "fixes" > just to quite warnings. Esp. WRT const.
Yes, the YP code is full of strdup()s that have no purpose other than to silence const warnings, and the allocated memory is never freed - nor is the return value from strdup() checked. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message