Searched hist:195245 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.cdiff 195245 Wed Jul 01 14:48:46 MDT 2009 rmacklem Make sure that cr_error is set to ESHUTDOWN when closing the connection.
This is normally done by a loop in clnt_dg_close(), but requests that aren't
in the pending queue at the time of closing, don't get set. This avoids a
panic in xdrmbuf_create() when it is called with a NULL cr_mrep if
cr_error doesn't get set to ESHUTDOWN while closing.

Reviewed by: dfr
Approved by: re (Ken Smith), kib (mentor)

Completed in 76 milliseconds