K 10 svn:author V 5 markj K 8 svn:date V 27 2019-07-02T14:24:42.248227Z K 7 svn:log V 366 Fix handling of errors from sblock() in soreceive_stream(). Previously we would attempt to unlock the socket buffer despite having failed to lock it. Simply return an error instead: no resources need to be released at this point, and doing so is consistent with soreceive_generic(). PR: 238789 Submitted by: Greg Becker MFC after: 1 week END