non-unified build bustage in SandboxTestingChildTests.h
Categories
(Core :: Networking, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox134 | --- | wontfix |
| firefox135 | --- | wontfix |
| firefox136 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
0:01.69 /mnt/dev/moz/tlc/security/sandbox/common/test/SandboxTestingChildTests.h:654:5: error: use of undeclared identifier 'inet_pton'
0:01.70 654 | inet_pton(AF_INET6, "100::1", &addr.sin6_addr);
0:01.70 | ^
0:03.41 1 error generated.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1912626
:mail, since you are the author of the regressor, bug 1912626, could you take a look?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Thank you for the patch Paul. Anything needed from my end?
| Assignee | ||
Comment 5•1 year ago
|
||
No, unless you think there's something wrong then I think it's done.
The needinfo was automated, because the bug was marked as a regression.
Thanks.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 7•1 year ago
|
||
The patch landed in nightly and beta is affected.
:pbone, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox135towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 8•1 year ago
|
||
I don't think this needs to be in beta. AIUI non-unified builds are just something developers do. Or unified builds could change which sources are compiled together which could bring out similar problems.
Description
•