Closed
Bug 59664
Opened 24 years ago
Closed 24 years ago
Occurances of uninitialized variables being used before being set.
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rich.burridge, Assigned: javi)
References
Details
For more details on this problem, see:
http://bugzilla.mozilla.org/show_bug.cgi?id=59652
This bug is just for the warnings in various source files in the
Security module:
newproto.c:150: warning: `list' might be used uninitialized in this function
newproto.c:152: warning: `listSize' might be used uninitialized in this
functionnewproto.c:156: warning: `startOfList' might be used uninitialized in
this function
newproto.c:310: warning: `listSize' might be used uninitialized in this
functionnewproto.c:310: warning: `listItemSize' might be used uninitialized in
this function
newproto.c:310: warning: `listCount' might be used uninitialized in this
function
newproto.c:311: warning: `list' might be used uninitialized in this function
newproto.c:313: warning: `startOfList' might be used uninitialized in this
function
newproto.c:482: warning: `listSize' might be used uninitialized in this
functionnewproto.c:482: warning: `listItemSize' might be used uninitialized in
this function
newproto.c:482: warning: `listCount' might be used uninitialized in this
function
newproto.c:483: warning: `list' might be used uninitialized in this function
newproto.c:486: warning: `startOfList' might be used uninitialized in this
function
----
cmtcert.c:642: warning: `certList' might be used uninitialized in this function
----
cmtjs.c:380: warning: `rv' might be used uninitialized in this function
----
Comment 1•24 years ago
|
||
the Security module (as opposed to the CAPS module) is part of the
Security:Crypto component.
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: junruh → nitinp
changing QA contact to junruh@netscape.com
QA Contact: nitinp → junruh
Comment 4•24 years ago
|
||
PSM 2.0 is now part of the mozilla and commercial builds and has fixed alot of
UI and ssl bugs that were in PSM 1.X. I'm doing a mass setting of bugs to
be FIXED. If you believe that I've closed a bug in error, please re-open it.
Thanks.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
Comment 7•23 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•