Create endian- and alignment-agnostic abstractions for reading and writing data

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.7.7
    • Affects Version/s: 2.7.4
    • Component/s: Internal Code
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      We lack a fundamental read/write primitive for the server which provides an endian and alignment safe cross platform abstraction. I.e. one which swabs bytes where necessary and reads/writes via memcpy rather than reinterpret_cast.

      This is needed to:

      • remove undefined behavior in the server
      • enable builds on big endian architectures
      • enable builds on architectures with strict alignment access
      • remove -fno-strict-aliasing from server compilation flags

            Assignee:
            Unassigned
            Reporter:
            Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: