You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/10/21 15:31:27 UTC

[jira] [Created] (IGNITE-1759) .Net: Guid read/write is not platform-safe.

Vladimir Ozerov created IGNITE-1759:
---------------------------------------

             Summary: .Net: Guid read/write is not platform-safe.
                 Key: IGNITE-1759
                 URL: https://issues.apache.org/jira/browse/IGNITE-1759
             Project: Ignite
          Issue Type: Bug
          Components: interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.5


Two problems here:
1) We do not count for endiannes, so byte shifts might be invalid.
2) Guid doesn't have fixed layout. For this reason there are no guarantees that it will take 16 bytes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)