Closed
Bug 564374
Opened 15 years ago
Closed 15 years ago
sec_pkcs12_decoder_safe_bag_update is forward declared after its implementation
Categories
(NSS :: Libraries, defect, P4)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.12.7
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
874 bytes,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
Defined as a function in:
* security/nss/lib/pkcs12/p12d.c
o line 316 -- sec_pkcs12_decoder_safe_bag_update(void *arg, const char *data,
Defined as a function prototype in:
* security/nss/lib/pkcs12/p12d.c
o line 367 -- sec_pkcs12_decoder_safe_bag_update(void *arg, const char *data,
Comment 1•15 years ago
|
||
Taking, since I'm fixing a slew of memory leaks in that same file.
Assignee: nobody → nelson
Comment 3•15 years ago
|
||
Comment on attachment 444043 [details] [diff] [review]
patch
Yeah, I'm inclined to move those other forward declarations higher up in the source file, too.
Attachment #444043 -
Flags: review?(nelson) → review+
Comment 4•15 years ago
|
||
Checking in p12d.c; new revision: 1.48; previous revision: 1.47
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Priority: -- → P4
Target Milestone: --- → 3.12.7
You need to log in
before you can comment on or make changes to this bug.
Description
•