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
F13044325: D21263.diff
Wed, Apr 17, 3:15 PM
Unknown Object (File)
Wed, Apr 17, 3:48 AM
Unknown Object (File)
Thu, Apr 11, 12:19 PM
Unknown Object (File)
Thu, Mar 28, 5:37 PM
Unknown Object (File)
Mar 10 2024, 7:32 PM
Unknown Object (File)
Dec 30 2023, 4:34 AM
Unknown Object (File)
Dec 21 2023, 1:31 PM
Unknown Object (File)
Nov 30 2023, 12:55 AM
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.