commit | 2e5df0c35099fc6bb9a114fabd01006b5dc767cc | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mjw@redhat.com> | Sat May 16 22:41:36 2015 +0200 |
committer | Mark Wielaard <mjw@redhat.com> | Wed May 27 23:04:31 2015 +0200 |
tree | 684c4adfbd68541ba17e607a1c1ae7a325c4723f | |
parent | bfb9a752c323b97bfcfb11f4f9dbf4ca25fe3c95 [diff] |
libelf: Fix possible unbounded stack usage in updatemmap. Allocate temporary shdr storage with malloc, not alloca. Free after writing section headers. Signed-off-by: Mark Wielaard <mjw@redhat.com>