[ros-bugs] [Bug 1094] New: Incorrect magic

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Dec 9 17:34:11 CET 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=1094

           Summary: Incorrect magic
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: mbealby at gmail.com
         QAContact: ros-bugs at reactos.org


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.

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list