From f59e4f93a13cca0ef44015ce2d9fbd873ab9cced Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 15:21:49 +0000 Subject: Apply patch 0003-debugedit-Make-sure-.debug_line-old-new-idx-start-eq.patch patch_name: 0003-debugedit-Make-sure-.debug_line-old-new-idx-start-eq.patch present_in_specfile: true location_in_specfile: 17 --- diff --git a/tools/debugedit.c b/tools/debugedit.c index f6a3dba..4ec431f 100644 --- a/tools/debugedit.c +++ b/tools/debugedit.c @@ -1175,6 +1175,7 @@ get_line_table (DSO *dso, size_t off, struct line_table **table) *table = NULL; t->old_idx = off; + t->new_idx = off; t->size_diff = 0; t->replace_dirs = false; t->replace_files = false;