Closed
Bug 1274680
Opened 9 years ago
Closed 8 years ago
Move allocation of lowPrioNonrepCert into a block to destruct it before the goto for move analysis
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nika, Assigned: nika)
References
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8755009 -
Flags: review?(dkeeler)
Comment 2•9 years ago
|
||
Comment on attachment 8755009 [details] [diff] [review]
Move allocation of lowPrioNonrepCert into a block to destruct it before the goto for move analysis
Review of attachment 8755009 [details] [diff] [review]:
-----------------------------------------------------------------
I would prefer to review this either as a diff -w (i.e. ignore-white-space) or in reviewboard (which presents white-space-only changes more clearly).
::: security/manager/ssl/nsNSSIOLayer.cpp
@@ +2162,5 @@
> goto noCert;
> }
>
> + {
> + UniqueCERTCertificate lowPrioNonrepCert;
Alternatively, you could just move this to the top of the function with everything else. This implementation already needs a lot of cleanup that's blocked by some other improvements. See bug 1267643 comment 3 for the plan.
Attachment #8755009 -
Flags: review?(dkeeler)
Comment 3•9 years ago
|
||
Also, for future reference, pretty much only bugs on code in security/nss should be filed in the NSS product. Most of the rest of security/ falls in Core :: Security: PSM.
Component: Libraries → Security: PSM
Product: NSS → Core
Version: trunk → Trunk
Updated•9 years ago
|
Whiteboard: [psm-assigned]
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•