https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194025
--- Comment #1 from [email protected] --- A commit references this bug: Author: jhb Date: Mon Oct 6 18:16:46 UTC 2014 New revision: 272668 URL: https://svnweb.freebsd.org/changeset/base/272668 Log: Properly set the timeout in a query_state. The global query_timeout configuration value is an integer count of seconds, it is not a timeval. Using memcpy() to copy a timeval from it put garbage into the tv_usec field. PR: 194025 Submitted by: David Shane Holden <[email protected]> MFC after: 1 week Changes: head/usr.sbin/nscd/query.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
