Skip to content

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

Merged
rcancro merged 1 commit into
TextureGroup:master_pfrom
rcancro:null_range_pointer
Apr 6, 2021
Merged

[ASTextNode2] Check that rangeOut is non-nil before dereferencing#1980
rcancro merged 1 commit into
TextureGroup:master_pfrom
rcancro:null_range_pointer

Conversation

@rcancro

@rcancro rcancro commented Apr 5, 2021

Copy link
Copy Markdown
Contributor

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.

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.
@rcancro
rcancro merged commit de115e2 into TextureGroup:master_p Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants