TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

[ASTextNode2] Check that rangeOut is non-nil before dereferencing #1980

Closed rcancro closed 3 years ago

rcancro commented 3 years ago

rangeOut is a nullable parameter, but we are treating it as though it is always not null. Make sure it is not null before dereferencing it.