This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix address violation when disassembling a corrupt RL78 binary.


*** TEST RESULTS FOR COMMIT 63323b5b23bd83fa7b04ea00dff593c933e9b0e3 ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: 63323b5b23bd83fa7b04ea00dff593c933e9b0e3

Fix address violation when disassembling a corrupt RL78 binary.

	PR binutils/21588
	* rl78-decode.opc (OP_BUF_LEN): Define.
	(GETBYTE): Check for the index exceeding OP_BUF_LEN.
	(rl78_decode_opcode): Use OP_BUF_LEN as the length of the op_buf
	array.
	* rl78-decode.c: Regenerate.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]