Closed
Bug 2019717
Opened 2 months ago
Closed 2 months ago
Fix abicheck failure due to nssILock removal
Categories
(NSS :: Libraries, defect, P2)
NSS
Libraries
Tracking
(nss 3.122, firefox-esr115 unaffected, firefox-esr140 unaffected, firefox148 unaffected, firefox149 unaffected, firefox150 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.122 |
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
In Bug 2012002 I removed an argument to __nss_InitLock thinking that it was a private function. But, strictly speaking, it is not. I'll put up a patch with the changes that will unblock abicheck, but I think we could probably remove __nss_InitLock entirely.
| Assignee | ||
Comment 1•2 months ago
|
||
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/fcdccbb98a7b
update abicheck expectation for __nss_InitLock. r=rrelyea
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Updated•2 months ago
|
status-firefox148:
--- → unaffected
status-firefox149:
--- → unaffected
status-firefox150:
--- → fixed
status-firefox-esr115:
--- → unaffected
status-firefox-esr140:
--- → unaffected
| Assignee | ||
Updated•1 month ago
|
status-nss:
--- → 3.122
You need to log in
before you can comment on or make changes to this bug.
Description
•