Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-1023

Incorrect magic

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Win32SS
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      File: reactos/lib/kernel32/file/bintype.c
      Func: InternalGetBinaryType
      Line: 125 (subversion revision 19963)

      One of the magic constants for identifying the binary type for a Mach binary is
      incorrect.

      0xECAFDEEF is not the little-endianness of 0xFEEDFACE. It should be 0xCEFAEDFE
      Each pair of hex values are swapped not the whole thing.

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            mxb mxb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: