History log of /freebsd-10.1-release/usr.sbin/nscd/query.c
Revision Date Author Comments
# 273240 17-Oct-2014 jhb

MFS10 273238;
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
Approved by: re (gjb)


# 273240 17-Oct-2014 jhb

MFS10 273238;
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
Approved by: re (gjb)