Fix cloning of libraries with Dwarf support
authorPetr Machata <pmachata@redhat.com>
Fri, 25 Jul 2014 10:40:52 +0000 (12:40 +0200)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
commitdceb6df2657c94e6b422850f43c6c6d12554db11
tree2cc0a1dda1b592e3e79bf3aa5c425b5cfc29da4d
parentbaa0a5cfd341752d95634f0c4118895bcd8cfe09
Fix cloning of libraries with Dwarf support

- struct library::dwfl_module was left unitialized after
  library_clone.  Garbage was kept in, which prevented proper
  initialization later, and resulted in segmentation violation.
library.c