capstone/arch/PowerPC
Rot127 3a2cd3c331
Coverity defects (#2469)
* Fix CID 508418 - Uninitialized struct

* Fix CID 509089 - Fix OOB read and write

* Fix CID 509088 - OOB.

Also adds tests and to ensure no OOB access.

* Fix CID 509085 - Resource leak.

* Fix CID 508414 and companions - Using undefined values.

* Fix CID 508405 - Use of uninitialized value

* Remove unnecessary and badly implemented dev fuzz code.

* Fix CID 508396 - Uninitialzied variable.

* Fix CID 508393, 508365 -- OOB read.

* Fix CID 432207 - OVerlapping memory access.

* Remove unused functions

* Fix CID 432170 - Overlapping memory access.

* Fix CID 166022 - Check for negative index

* Let strncat not depend n src operand.

* Fix 509083 and 509084 - NULL dereference

* Remove duplicated code.

* Initialize sysop

* Fix resource leak

* Remove unreachable code.

* Remove duplicate code.

* Add assert to check return value of cmoack

* Fixed: d should be a signed value, since it is checked against < 0

* Add missing break.

* Add NULL check

* Fix signs of binary search comparisons.

* Add explicit cast of or result

* Fix correct scope of case.

* Handle invalid integer type.

* Return UINT_MAX instead of implicitly casted -1

* Remove dead code

* Fix type of im

* Fix type of d

* Remove duplicated code.

* Add returns after CS_ASSERTS

* Check for len == 0 case.

* Ensure shift operates on uint64

* Replace strcpy with strncpy.

* Handle edge cases for 32bit rotate

* Fix some out of enum warnings

* Replace a strcpy with strncpy.

* Fix increment of address

* Skip some linting

* Fix: set instruction id

* Remove unused enum

* Replace the last usages of strcpy with SStream functions.

* Increase number of allowed AArch64 operands.

* Check safety of incrementing t the next operand.

* Fix naming of operand

* Update python constants

* Fix option setup of CS_OPT_DETAIL_REAL

* Document DETAIL_REAL has to be used with CS_OPT_ON.

* Run Coverity scan every Monday.

* Remove dead code

* Fix OOB read

* Rename macro to reflect it is only used with sstreams

* Fix rebase issues
2024-09-18 21:19:42 +08:00
..
PPCDisassembler.c Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCGenAsmWriter.inc Fix regressions in custom memory allocator support (#2251) 2024-01-20 23:50:19 +08:00
PPCGenCSAliasMnemMap.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenCSFeatureName.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenCSMappingInsn.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenCSMappingInsnName.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenCSMappingInsnOp.inc Add memory properties to iPTR operands. (#2165) 2023-09-17 12:41:33 +08:00
PPCGenCSOpGroup.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenDisassemblerTables.inc Init DecodeComplete with false for all archs. (#2164) 2023-09-15 14:35:34 +08:00
PPCGenInstrInfo.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCGenRegisterInfo.inc AArch64 update to LLVM 18 (#2298) 2024-07-08 10:28:54 +08:00
PPCGenSubtargetInfo.inc Architecture updater (auto-sync) - Updating PPC (#2013) 2023-09-05 12:24:59 +08:00
PPCInstPrinter.c Fix Warning C4098: void returns value. (#2362) 2024-05-31 20:02:03 +08:00
PPCInstPrinter.h Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCInstrInfo.h Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCLinkage.h fix typos (#2344) 2024-04-30 10:37:53 +08:00
PPCMapping.c Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
PPCMapping.h fix typos (#2344) 2024-04-30 10:37:53 +08:00
PPCMCTargetDesc.h Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCModule.c Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCModule.h Declare global arch arrays with contents (next branch) (#1186) 2018-06-24 21:05:04 +08:00
PPCPredicates.h Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00
PPCRegisterInfo.h Run clang-format on PPC (#2157) 2023-09-09 21:09:13 +08:00