[LLVMbugs] [Bug 14999] New: TargetOptions::SSPBufferSize is not initialized by constructor.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 18 18:19:46 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14999
Bug #: 14999
Summary: TargetOptions::SSPBufferSize is not initialized by
constructor.
Product: new-bugs
Version: 3.2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: vlee at freedesktop.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9891
--> http://llvm.org/bugs/attachment.cgi?id=9891
0001-Initialize-TargetOptions-SSPBufferSize.patch
A Coverity scan of Mesa reported an uninitialized scalar field defect in the
LLVM header file include/llvm/Target/TargetOptions.h. The TargetOptions
constructor does not initialize the SSPBufferSize field.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list