Closed
Bug 148257
Opened 23 years ago
Closed 23 years ago
flawfinder warnings in XUL C++ code
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hjtoi-bugzilla, Assigned: hyatt)
References
()
Details
Attachments
(1 file, 1 obsolete file)
I run flawfinder (http://www.dwheeler.com/flawfinder) on Mozilla 1.0.1 branch.
flawfinder found 42 warnings in XUL code (3619-3644 and 4595-4610). Go through
that list and for each warning:
* If it is false positive, comment here why it is not an issue
* If it is a real issue, make patch for it here and let's get them checked in
In addition the checking the branch, also check the trunk.
I will attach a subset of the URL that only has the XUL warnings since the full
file is behind NS firewall and it is so big.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Attachment #85682 -
Attachment is obsolete: true
I verified all these myself. They're either sprintf with format "%d" and a
buffer of at least 50 characters (plenty), or they're sprintfs in DEBUG code.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•23 years ago
|
Group: security?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•