[LLVMbugs] [Bug 20588] New: trunk/llvm/lib/IR/Type.cpp: 3 * missing call to va_end ?

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 8 01:43:09 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20588

            Bug ID: 20588
           Summary: trunk/llvm/lib/IR/Type.cpp: 3 * missing call to va_end
                    ?
           Product: new-bugs
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dcb314 at hotmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

1.

[trunk/llvm/lib/IR/Type.cpp:509]: (error) va_list 'ap' was opened but not
closed by va_end().

  while (type) {
    StructFields.push_back(type);
    type = va_arg(ap, llvm::Type*);
  }
  return llvm::StructType::get(Ctx, StructFields);

2.

[trunk/llvm/lib/IR/Type.cpp:550]: (error) va_list 'ap' was opened but not
closed by va_end().

3.

[trunk/llvm/lib/IR/Type.cpp:594]: (error) va_list 'ap' was opened but not
closed by va_end().

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140808/ee0d265d/attachment.html>


More information about the llvm-bugs mailing list