Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Oct 2014 18:17:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194025] [PATCH] nscd set query timeout properly
Message-ID:  <bug-194025-8-cxjdaQJxqI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194025-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194025-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194025

--- Comment #1 from commit-hook@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194025-8-cxjdaQJxqI>