Page MenuHomePhabricator

Fix a possible undefined variable
ClosedPublic

Authored by epriestley on Apr 22 2015, 2:26 AM.
Tags
None
Referenced Files
F18841856: D12500.id.diff
Tue, Oct 28, 11:50 AM
F18840873: D12500.diff
Tue, Oct 28, 4:30 AM
F18839645: D12500.diff
Mon, Oct 27, 5:58 PM
F18648942: D12500.diff
Sep 20 2025, 6:10 PM
F18221013: D12500.id30014.diff
Aug 19 2025, 5:13 PM
F18219892: D12500.diff
Aug 19 2025, 12:58 PM
F18212350: D12500.id30013.diff
Aug 19 2025, 3:07 AM
F18092885: D12500.id.diff
Aug 7 2025, 1:48 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.