[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 XSA-followup for-4.8] libelf: fix symtab/strtab loading for 32bit domains
On Wed, Nov 23, 2016 at 12:27:38PM +0000, Roger Pau Monne wrote: > Commit ed04ca introduced a bug in the symtab/strtab loading for 32bit > guests, that corrupted the section headers array due to the padding > introduced by the elf_shdr union. > > The Elf section header array on 32bit should be accessible as an array of > Elf32_Shdr elements, and the union with Elf64_Shdr done in elf_shdr was > breaking this due to size differences between Elf32_Shdr and Elf64_Shdr. > > Fix this by copying each section header one by one, and using the proper > size depending on the bitness of the guest kernel. While there, also fix > a couple of consistency issues, by making sure we always use the sizes of > our local versions of the ELF header and the ELF sections headers. > > Reported-by: Brian Marcotte <marcotte@xxxxxxxxx> > Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Applied. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |