[Bug 17263] New: surpriiise! :) missing expectation of ERROR_MORE_DATA status code in rpcrt4_conn_np_read

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 5 06:50:39 CST 2009


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 at winehq.org
        ReportedBy: lkcl at 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.



More information about the wine-bugs mailing list