Skip to content

Fix transpiled ref type null check#30

Merged
KallDrexx merged 1 commit into
mainfrom
null_check_fix
Jul 21, 2025
Merged

Fix transpiled ref type null check#30
KallDrexx merged 1 commit into
mainfrom
null_check_fix

Conversation

@KallDrexx
Copy link
Copy Markdown
Owner

When a null check for a reference type was transpiled, the reference type argument was being dereference and causing a seg fault. This fixes the situation by ensuring that a bool check against a reference type is not dereferenced.

When a null check for a reference type was transpiled, the reference type argument
was being dereference and causing a seg fault. This fixes the situation by
ensuring that a bool check against a reference type is not dereferenced.
@KallDrexx KallDrexx merged commit 727a7d3 into main Jul 21, 2025
1 check passed
@KallDrexx KallDrexx deleted the null_check_fix branch July 21, 2025 00:24
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.

1 participant