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:
David Anderson
2016-05-22 08:46:35 -07:00
parent 4aae3a23b4
commit 6fa3f710ee
6 changed files with 80 additions and 70 deletions

View File

@@ -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 = []