[Bug 16084] New: widl crash on vista x86

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 16 07:45:31 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=16084

           Summary: widl crash on vista x86
           Product: Wine
           Version: CVS/GIT
          Platform: PC-x86-64
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: tools
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: netzimme at aol.com


in the function get_size_procformatstring() in tools/widl/typegen.c

the line :
   else if (stmt->type != STMT_TYPE && stmt->u.type->type != RPC_FC_IP)

should be :
   else if (stmt->type != STMT_TYPE || stmt->u.type->type != RPC_FC_IP)

because both parameter must be the same not only one of them to call 
the function pred(iface) below.


Greetings
Daniel Zimmermann


-- 
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