Files
third_party_elfutils/libasm
Mark Wielaard 1e7c230b27 Check sh_entsize is not zero.
There were some recent bug reports where we trusted the ELF section header
to be sane and divided the sh_size by the sh_entsize to get the number of
objects in the section. This would cause a divide by zero if the file was
corrupt and the sh_entsize was zero. Add checks for any such code.

Signed-off-by: Mark Wielaard <mark@klomp.org>
2018-10-20 00:13:10 +02:00
..
2018-10-20 00:13:10 +02:00
2018-10-20 00:13:10 +02:00
2017-02-17 10:45:39 +01:00