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
Currently, ruby-macho will happily parse a fat Mach-O with no internal slices (i.e., nfat_arch == 0). This should be an error (potentially an ignorable one with permissive: true).
Currently, ruby-macho will happily parse a fat Mach-O with no internal slices (i.e.,
nfat_arch == 0
). This should be an error (potentially an ignorable one withpermissive: true
).Reference this LLVM object: https://github.com/llvm-mirror/llvm/blob/master/test/Object/Inputs/macho-invalid-fat-header
Observed behavior:
Expected behavior:
An exception.
The text was updated successfully, but these errors were encountered: