mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Don't assume that there is readable data on the stream after the
fragment header.
This commit is contained in:
parent
c77b232bb6
commit
7ea7cc4bab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177736
@ -574,6 +574,12 @@ __xdrrec_getrec(xdrs, statp, expectdata)
|
||||
rstrm->in_header &= ~LAST_FRAG;
|
||||
rstrm->last_frag = TRUE;
|
||||
}
|
||||
/*
|
||||
* We can only reasonably expect to read once from a
|
||||
* non-blocking stream. Reading the fragment header
|
||||
* may have drained the stream.
|
||||
*/
|
||||
expectdata = FALSE;
|
||||
}
|
||||
|
||||
n = rstrm->readit(rstrm->tcp_handle,
|
||||
|
Loading…
Reference in New Issue
Block a user