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 access violation when disassembling a corrupt VMS binary.


*** TEST RESULTS FOR COMMIT 72e84f969481f52daf6741c6bb4d0e92f9668389 ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: 72e84f969481f52daf6741c6bb4d0e92f9668389

Fix access violation when disassembling a corrupt VMS binary.

	PR 21615
	* vms-alpha.c (_bfd_vms_slurp_egsd): Use unsigned int for
	gsd_size.  Check that there are enough bytes remaining to read the
	type and size of the next egsd.  Check that the size of the egsd
	does not exceed the size of the record.


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