Page MenuHomePhabricator

Fix a possible undefined variable
ClosedPublic

Authored by epriestley on Apr 22 2015, 2:26 AM.
Tags
None
Referenced Files
F18092885: D12500.id.diff
Thu, Aug 7, 1:48 PM
F18092256: D12500.id30013.diff
Thu, Aug 7, 9:07 AM
F18091153: D12500.diff
Wed, Aug 6, 7:46 PM
Unknown Object (File)
May 28 2025, 7:06 PM
Unknown Object (File)
May 26 2025, 2:56 AM
Unknown Object (File)
May 23 2025, 3:26 AM
Unknown Object (File)
May 19 2025, 4:49 AM
Unknown Object (File)
May 8 2025, 12:09 PM
Subscribers

Details

Summary

Fixes T7881.

Test Plan

Inspection.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a possible undefined variable.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, joshuaspence.
This revision is now accepted and ready to land.Apr 22 2015, 2:27 AM

Don't we have a linter rule for this?

It doesn't (and generally can't) do flow analysis, so it assumes things are in good shape after the declaration on 180.

This revision was automatically updated to reflect the committed changes.