capstone/arch/AArch64
Catena cyber 65c0be823c Fix undefined shifts (#1156)
* Fix undefined shifts

Found by oss-fuzz
uint8_t gets promoted to integer
and integers shift cannot overflow on sign bit

* Fix undefined shifts

shifting 31 bits the sign bit
2018-06-02 16:51:40 +08:00
..
AArch64AddressingModes.h Fix undefined shifts (#1156) 2018-06-02 16:51:40 +08:00
AArch64BaseInfo.c Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64BaseInfo.h Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64Disassembler.c Fix undefined shifts (#1156) 2018-06-02 16:51:40 +08:00
AArch64Disassembler.h skip stdint.h for windows driver configuration 2016-04-23 15:58:31 -07:00
AArch64GenAsmWriter.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64GenDisassemblerTables.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64GenInstrInfo.inc arm64: update core. this added a lot more details to cs_arm64_op struct 2014-08-25 16:47:12 +08:00
AArch64GenRegisterInfo.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64GenSubtargetInfo.inc arm64: update core. this added a lot more details to cs_arm64_op struct 2014-08-25 16:47:12 +08:00
AArch64InstPrinter.c Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64InstPrinter.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
AArch64Mapping.c Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
AArch64Mapping.h arm64: update core. this added a lot more details to cs_arm64_op struct 2014-08-25 16:47:12 +08:00
AArch64Module.c prefix cs_ to global variables to avoid link problems (#1102) 2018-03-19 22:23:09 +08:00