commit | 51abc748db839f35589611f7129168728a1ebcc0 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mjw@redhat.com> | Sun Nov 23 15:27:23 2014 +0100 |
committer | Mark Wielaard <mjw@redhat.com> | Wed Nov 26 20:21:44 2014 +0100 |
tree | b8d186328019ec459c46d68426dceae5a5e836e3 | |
parent | 9644aaff5f2872061b1a09afac3f2d0d4ad9a1c2 [diff] |
libelf: Copy over any leftover data from src to dest in elf_cvt_note. If any data is left then the data is likely part of the truncated note name/desc. This probably means the note is corrupted, but it is better to have the actual data in dest instead of random uninitialized memory. Signed-off-by: Mark Wielaard <mjw@redhat.com>