Check endian in assertPacker().

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-26 15:38:04 +02:00
parent 8bc7880b19
commit 361958db76
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ private:
#define UPX_F_VMLINUX_PPC64LE 40
#define UPX_F_DYLIB_PPC64LE 41
#define UPX_F_PLAIN_TEXT 127
#define UPX_F_PLAIN_TEXT 127 // FIXME: what is this ??
#define UPX_F_ATARI_TOS 129
#define UPX_F_SOLARIS_SPARC 130