Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e2378617aa434f499a45a9aa87d7dd33 > files > 5

cross-binutils-2.39-3.mga9.src.rpm

--- binutils.orig/binutils/dwarf.c	2022-08-31 11:58:08.918685348 +0100
+++ binutils-2.39/binutils/dwarf.c	2022-08-31 15:24:13.881865797 +0100
@@ -6365,7 +6365,11 @@ display_debug_abbrev (struct dwarf_secti
 	  list->start_of_next_abbrevs = start;
 	}
       else
-	start = list->start_of_next_abbrevs;
+	{
+	  if (start == list->start_of_next_abbrevs)
+	    break;
+	  start = list->start_of_next_abbrevs;
+	}
 
       if (list->first_abbrev == NULL)
 	continue;