Page MenuHomePhabricator

Fix an out-of-order access issue with inlines
ClosedPublic

Authored by epriestley on May 15 2020, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 9:16 PM
Unknown Object (File)
Thu, Dec 5, 7:07 AM
Unknown Object (File)
Wed, Dec 4, 12:40 AM
Unknown Object (File)
Wed, Nov 27, 10:35 PM
Unknown Object (File)
Nov 19 2024, 8:09 AM
Unknown Object (File)
Nov 11 2024, 3:02 AM
Unknown Object (File)
Nov 9 2024, 4:15 PM
Unknown Object (File)
Nov 9 2024, 4:15 PM
Subscribers
None

Details

Summary

Ref T13513. On secure, I caught an issue where inlines may be accessed directly before they're constructed. Instead, access them through the relevant accessor.

Test Plan

Will deploy.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 15 2020, 8:56 PM
This revision was automatically updated to reflect the committed changes.