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(a)winehq.org ReportedBy: lkcl(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.