Page MenuHomePhabricator

Fix a possible undefined variable
ClosedPublic

Authored by epriestley on Apr 22 2015, 2:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 3:06 AM
Unknown Object (File)
Dec 6 2024, 11:49 AM
Unknown Object (File)
Dec 4 2024, 3:46 AM
Unknown Object (File)
Nov 27 2024, 11:59 PM
Unknown Object (File)
Nov 23 2024, 12:33 AM
Unknown Object (File)
Nov 17 2024, 9:28 PM
Unknown Object (File)
Nov 13 2024, 6:01 PM
Unknown Object (File)
Nov 10 2024, 2:41 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.