mirror of
https://github.com/davea42/libdwarf-code.git
synced 2025-10-21 07:00:05 +08:00
modified: bugxml/data.txt
modified: bugxml/readbugs.py Fixed an incorrect length check to prevent a crash. modified: dwarfdump/print_frames.c Set a macro structure field that was left unset. No longer creates a zero-length malloc field. modified: libdwarf/dwarf_macro5.c
This commit is contained in:
@@ -165,7 +165,6 @@ def readbugs(iname):
|
||||
if len(fldval) > 0:
|
||||
s4= ''.join(fldval)
|
||||
text = [s4]
|
||||
|
||||
elif fldname == "gitfixid:":
|
||||
closeouttext(bugrec,intext,text,linecount),
|
||||
text = []
|
||||
|
Reference in New Issue
Block a user