Closed
Bug 1215200
Opened 9 years ago
Closed 9 years ago
Upgrade Mozilla 44 to use NSPR 4.10.10 and NSS 3.20.1
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: KaiE, Unassigned)
References
Details
Let's upgrade Mozilla 44 to use NSPR 4.10.10 and NSS 3.20.1.
David, if you agree, can I go ahead and land the release candidate snapshots into mozilla-inbound? Thanks
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(dkeeler)
r=me
Flags: needinfo?(dkeeler)
Comment 4•9 years ago
|
||
You have bustage like the following:
78[1G[J[34m 2:24.25(B[m /home/worker/workspace/gecko/xpcom/ds/nsPersistentProperties.cpp:31:119: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
78[1G[J[34m 2:24.25(B[m /home/worker/workspace/gecko/xpcom/ds/nsPersistentProperties.cpp:45:119: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
Flags: needinfo?(kaie)
Comment 5•9 years ago
|
||
> 78[1G[J[34m 2:24.25(B[m
> /home/worker/workspace/gecko/xpcom/ds/nsPersistentProperties.cpp:31:119:
> error: comparison between signed and unsigned integer expressions
> [-Werror=sign-compare]
> 78[1G[J[34m 2:24.25(B[m
> /home/worker/workspace/gecko/xpcom/ds/nsPersistentProperties.cpp:45:119:
> error: comparison between signed and unsigned integer expressions
> [-Werror=sign-compare]
Those lines use the PL_ARENA_ALLOCATE macro.
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/92dc9ab424bdde398c107b8ce4f91869b81a87ae
Backed out changeset b46b688e6295 (bug 1215200) for build bustage ON A CLOSED TREE
Reporter | ||
Comment 7•9 years ago
|
||
Thank you.
The NSS continous integration had not caught this problem.
We got a fix and I've started a try run at
https://treeherder.mozilla.org/#/jobs?repo=try&revision=638b11d303d7
Flags: needinfo?(kaie)
Reporter | ||
Comment 9•9 years ago
|
||
Try run looks ok.
Relanding with fix, NSPR_4_10_10_RC1 and NSS_3_20_1_RC0
Reporter | ||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
backout bugherder merge |
You need to log in
before you can comment on or make changes to this bug.
Description
•