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
Due to the abstractions chosen, some of the methods (incorrectly) unify differently sized types as input arguments (uint16_t is used when technically a uint64_t would be allowed too)
The loader (also) uses sized standard types, not Elf* types. I need to go over the types and fix them in some manner, just to clean up. It's unlikely to be important.
The text was updated successfully, but these errors were encountered:
Due to the abstractions chosen, some of the methods (incorrectly) unify differently sized types as input arguments (uint16_t is used when technically a uint64_t would be allowed too)
The loader (also) uses sized standard types, not Elf* types. I need to go over the types and fix them in some manner, just to clean up. It's unlikely to be important.
The text was updated successfully, but these errors were encountered: