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, Mar 10, 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
Unknown Object (File)
Nov 25 2023, 11:33 PM
Unknown Object (File)
Nov 15 2023, 10:57 AM
Unknown Object (File)
Sep 17 2023, 8:05 AM
Unknown Object (File)
Sep 16 2023, 10:17 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.