http://bugs.winehq.org/show_bug.cgi?id=17263
Summary: surpriiise! :) missing expectation of ERROR_MORE_DATA status code in rpcrt4_conn_np_read Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: rpc AssignedTo: wine-bugs@winehq.org ReportedBy: lkcl@lkcl.net
Created an attachment (id=19252) --> (http://bugs.winehq.org/attachment.cgi?id=19252) allow ERROR_MORE_DATA status codes
oh look! when ReadFile starts returning ERROR_MORE_DATA status codes, guess what! rpcrt4_conn_np_read() fails because ERROR_MORE_DATA is an allowed / expected status code :)
it's likely that there are going to be more of these needed, sprinkled liberally throughout wine.
#17195 depends on this expected behaviour.