Closed Bug 1749555 Opened 2 years ago Closed 2 years ago

Remove unnecessary printf_stderr

Categories

(Core :: DLL Services, defect, P3)

defect

Tracking

()

RESOLVED FIXED
98 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox96 --- unaffected
firefox97 --- fixed
firefox98 --- fixed

People

(Reporter: toshi, Assigned: toshi)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

I mistakenly added printf_stderr that was for debugging to UntrustedModulesProcessor.cpp in the patch of bug 1746114.

Pushed by tkikuchi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72b232cb8f5d
Remove unnecessary printf_stderr in UntrustedModulesProcessor.cpp.  r=mhowell
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch

Set release status flags based on info from the regressing bug 1746114

The patch landed in nightly and beta is affected.
:toshi, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.

For more information, please visit auto_nag documentation.

Flags: needinfo?(tkikuchi)

Comment on attachment 9258512 [details]
Bug 1749555 - Remove unnecessary printf_stderr in UntrustedModulesProcessor.cpp. r=mhowell

Beta/Release Uplift Approval Request

  • User impact if declined: This change is not visible to users, but having an unnecessary function call and calling it every time a module is loaded has bad performance impact.
  • Is this code covered by automated tests?: No
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): The change is to remove a function call to printf_stderr that was mistakenly included in the previous patch (bug 1746114). The regression risk is nearly zero.
  • String changes made/needed: None
Flags: needinfo?(tkikuchi)
Attachment #9258512 - Flags: approval-mozilla-beta?

Comment on attachment 9258512 [details]
Bug 1749555 - Remove unnecessary printf_stderr in UntrustedModulesProcessor.cpp. r=mhowell

Approved for 97.0b4.

Attachment #9258512 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: