You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of SeIsLittleEndian appears to be incorrect. It tests an address of a variable instead of testing the contents. Since the address isn't 0, the function always returns true. I've submitted a proposed fix.
The text was updated successfully, but these errors were encountered:
The implementation of SeIsLittleEndian appears to be incorrect. It tests an address of a variable instead of testing the contents. Since the address isn't 0, the function always returns true. I've submitted a proposed fix.
The text was updated successfully, but these errors were encountered: