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 illegal memory access parsing a corrupt ELF file.


*** TEST RESULTS FOR COMMIT be22c732bf873e0c7e8a08564c97cafdfcf153bb ***

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

Fix illegal memory access parsing a corrupt ELF file.

	PR 24332
	* elflink.c (elf_link_add_object_symbols): Add new local variable
	extversym_end.  Initialise it to point to the end of the version
	symbol table, if present.  Check it when initialising and updating
	the ever pointer.


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