capstone/arch/Sparc
Tim Brooks 5cac05846e Correct use of strncpy function (#1247)
The last argument should be the max size of the destination, not the
source buffer. A null byte is added to the end of the destination buffer
since strncpy only adds one if it does not truncate the source.
This fixes the -Wstringop-overflow warning on GCC.
2018-09-15 13:47:52 +08:00
..
Sparc.h merge next to master 2018-07-20 12:36:50 +08:00
SparcDisassembler.c Init cs_detail (#1205) 2018-07-12 11:01:34 +07:00
SparcDisassembler.h port Windows driver support 2016-05-11 21:48:32 -07:00
SparcGenAsmWriter.inc merge next to master 2018-07-20 12:36:50 +08:00
SparcGenDisassemblerTables.inc merge next to master 2018-07-20 12:36:50 +08:00
SparcGenInstrInfo.inc 2015 2015-03-04 17:45:23 +08:00
SparcGenRegisterInfo.inc merge next to master 2018-07-20 12:36:50 +08:00
SparcGenSubtargetInfo.inc 2015 2015-03-04 17:45:23 +08:00
SparcInstPrinter.c Correct use of strncpy function (#1247) 2018-09-15 13:47:52 +08:00
SparcInstPrinter.h 2015 2015-03-04 17:45:23 +08:00
SparcMapping.c arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
SparcMapping.h 2015 2015-03-04 17:45:23 +08:00
SparcMappingInsn.inc Fix indent issue 2015-03-11 00:40:14 +01:00
SparcModule.c Declare global arch arrays with contents (next branch) (#1186) 2018-06-24 21:05:04 +08:00
SparcModule.h Declare global arch arrays with contents (next branch) (#1186) 2018-06-24 21:05:04 +08:00