Leaking a stack address via a static variable refers to it in the diagnostic as a 'global'. This patch corrects the diagnostic for static variables.
Patch by Phil Camp, SN Systems
Differential D19866
[Analyzer] Correct stack address escape diagnostic FlameTop on May 3 2016, 7:00 AM. Authored by
Details Leaking a stack address via a static variable refers to it in the diagnostic as a 'global'. This patch corrects the diagnostic for static variables. Patch by Phil Camp, SN Systems
Diff Detail Event TimelineComment Actions Thanks for fixing! Devin, what do you think about the BugType wording?
Comment Actions Thank you for your review. I have removed the changes to the bug description. Apologies, I did not realize it would alter the hash. Comment Actions Thank you for the acceptance. May I please ask you to commit the change for me as I do not have commit access? cheers Phil Camp |
I don't like the '/' here. The only idea I have is to replace it with "into a variable with static allocation", which is also not ideal because it uses jargon.