[Bug 194025] [PATCH] nscd set query timeout properly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 6 18:17:24 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194025

--- Comment #1 from commit-hook at freebsd.org ---
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 <dpejesh at yahoo.com>
  MFC after:    1 week

Changes:
  head/usr.sbin/nscd/query.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list