]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Reference array in check_debug_loc now uses std::vector
authorPetr Machata <pmachata@redhat.com>
Thu, 26 Aug 2010 12:36:38 +0000 (14:36 +0200)
committerPetr Machata <pmachata@redhat.com>
Thu, 26 Aug 2010 12:36:38 +0000 (14:36 +0200)
commitba441dc27774f213fba11a8bacb8f17c70ddcd30
treecd525659b6ff9cf01b84af7a769fc0afb25ac050
parent305841f1e4664347cd7d55487e91547a4535ec7b
Reference array in check_debug_loc now uses std::vector
- instead of an alloca-ed array
- this fixes SEGV, and makes the code simpler
dwarflint/check_debug_loc_range.cc