-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoNewGlobals for MemBlob::Stats #1749
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will need to come back to this to do the usual cleanup.
This comment was marked as resolved.
This comment was marked as resolved.
Detected by Coverity. CID 1554656: Initialization or destruction ordering is unspecified (GLOBAL_INIT_ORDER). Also update MemBlobStats initialization
a94b60e
to
d805604
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Run-tested; excerpt from http://localhost:3128/squid-internal-mgr/sbuf : MemBlob created: 2115 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for polishing this up!
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rousskov approved these changes on Mar 22, 2024
kinkie merged branch 'master' into coverity-cid-1554656
kinkie kinkie requested a review from rousskov on April 5, 2024 06:19
rousskov removed their request for review on April 5, 2024 12:38
@kinkie, please do not request my re-review after uneventful/clean mergers of master branch1 unless there is something specific you want me to check or respond to. In the latter case, please mention what that is. Otherwise, I am facing a PR that, on the surface, should be the same as the one I have reviewed already, but with a new pending review request; I do not want to re-review everything from scratch unless there is a compelling reason to do that. This recommendation applies to the PRs I have approved (like this one), but it is not specific to such PRs.
Footnotes
-
And merging master into feature branch should only be performed if necessary from PR code/review point of view. For example, these merges should not be abused for triggering or restarting CI tests. This footnote does not imply that an unwanted merger has happened in this PR. ↩
Detected by Coverity. CID 1554656: Initialization or destruction ordering is unspecified (GLOBAL_INIT_ORDER). Also update MemBlobStats initialization.
Detected by Coverity. CID 1554656: Initialization or destruction ordering is unspecified (GLOBAL_INIT_ORDER). Also update MemBlobStats initialization.
Detected by Coverity. CID 1554656: Initialization or destruction ordering is unspecified (GLOBAL_INIT_ORDER). Also update MemBlobStats initialization.
Detected by Coverity. CID 1554656: Initialization or destruction ordering is unspecified (GLOBAL_INIT_ORDER). Also update MemBlobStats initialization.
Detected by Coverity. CID 1554656: Initialization or destruction
ordering is unspecified (GLOBAL_INIT_ORDER).
Also update MemBlobStats initialization.