RootCauseunvalidated
opcodes/s390-mkopc.c where opcode, mnemonic, and format are copied with strcpy into op_array fields — Static search highlighted several unbounded string copies in opcodes. Tension: Similar patterns also appear in disassembler helpers using strcat/sprintf into small buffers. Outcome: Similar patterns also appear in disassembler helpers using strcat/sprintf into small buffers.
de086986-3600-427b-be6b-7c35981b359c
opcodes/s390-mkopc.c where opcode, mnemonic, and format are copied with strcpy into op_array fields — Static search highlighted several unbounded string copies in opcodes. Tension: Similar patterns also appear in disassembler helpers using strcat/sprintf into small buffers. Outcome: Similar patterns also appear in disassembler helpers using strcat/sprintf into small buffers.