SHA256
1
0
forked from pool/dwarves

Accepting request 835904 from home:tomdevries:branches:devel:tools-dwarves-kernel-dwz

- Backport fixes for segfault when processing dwz-ed kernel
  [bsc#1176095,https://github.com/acmel/dwarves/issues/10].
  * dwarves-dwarf_loader-Bail-out-at-DW_TAG_imported_unit-tags.patch
  * dwarves-dwarf_loader-Ignore-entries-in-a-DW_TAG_partial_unit-for-now.patch

OBS-URL: https://build.opensuse.org/request/show/835904
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=43
This commit is contained in:
2020-09-21 20:56:09 +00:00
committed by Git OBS Bridge
parent 13b18b0184
commit 056631d658
4 changed files with 80 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 21 18:48:25 UTC 2020 - Tom de Vries <tdevries@suse.com>
- Backport fixes for segfault when processing dwz-ed kernel
[bsc#1176095,https://github.com/acmel/dwarves/issues/10].
* dwarves-dwarf_loader-Bail-out-at-DW_TAG_imported_unit-tags.patch
* dwarves-dwarf_loader-Ignore-entries-in-a-DW_TAG_partial_unit-for-now.patch
-------------------------------------------------------------------
Wed Sep 2 08:39:24 UTC 2020 - Jiri Slaby <jslaby@suse.com>