Aug. 24, 2026
4:59 p.m.
On Mon Aug 24 16:59:01 2026 +0000, Nikolay Sivov wrote: > It was added with 2a167eb4ea844a090ca0247cf233633f697e3a85, in !7653. > Looks like every other call to stream_read() is already correct in that > regard. We could potentially have a test for this, using some stream > wrapper, so that it doesn't regress later. Not sure how valuable it is. We might consider having the stream_read wrapper handle this implicitly, so if NULL is passed in it would: * Handle passing a non-NULL argument for pcbRead. * If fewer bytes are read than requested, return a failing hr. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11730#note_149707