[Bug 1956] [PATCH] Incorrect random multicast MAC address creation in UUID generator

Ralf S. Engelschall rse at engelschall.com
Sun Mar 13 13:29:35 CST 2005


On Sun, Mar 13, 2005, Wine Bugs wrote:

> the way UuidCreate() was impliment was changed by this patch:
>
>   Hans Leidekker <hans at it.vu.nl>
>   Reimplement UuidCreate() with Win32 APIs.
>
> http://www.winehq.org/hypermail/wine-cvs/2004/04/0380.html
>
> I am not sure that this bug is actually fixed though

No, it isn't.

According to the change there is still the following fix in the
function RPC_UuidGetNodeAddress() necessary:

<<    address[0] |= 0x80;
>>    address[0] |= 0x01;

                                       Ralf S. Engelschall
                                       rse at engelschall.com
                                       www.engelschall.com




More information about the wine-bugs mailing list