commit | 903924f0541ae61edddee994437549f1db343047 | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mjw@redhat.com> | Mon May 18 21:26:24 2015 +0200 |
committer | Mark Wielaard <mjw@redhat.com> | Wed May 27 23:04:31 2015 +0200 |
tree | 58b199cae2e81bc3d7eaba700d60da445aae230b | |
parent | be17786f9df7a59df24d2c1b4b2d36614da8e241 [diff] |
libdwfl: Fix unbounded stack usage in find_prelink_address_sync. Allocate phdr and shdr unions with malloc, not alloca. Free after use. Signed-off-by: Mark Wielaard <mjw@redhat.com>