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

--- Comment #8 from Rick Macklem <rmack...@freebsd.org> ---
Created attachment 163299
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163299&action=edit
patch that locks mutex when request queue is updated

This patch fixes the only other issue I can spot in the kernel
server RPC. There was a case where the request queue was being
updated, but the st_lock mutex was not held. This bug could have
conceivably resulted in a corrupted request queue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to