Skip to content

Fix recursive expansion of null pointers in EE#1550

Merged
WardenGnaw merged 1 commit intomainfrom
dev/waan/fix-expand-null
Mar 13, 2026
Merged

Fix recursive expansion of null pointers in EE#1550
WardenGnaw merged 1 commit intomainfrom
dev/waan/fix-expand-null

Conversation

@WardenGnaw
Copy link
Member

This PR addresses the issue of pointers to null being expandable.

Added a check to see if something is a null pointer if its a pointer type and has the value of 0.

Added a test.

Addresses #698

Before:
image

After:
image

This PR addresses the issue of pointers to null being expandable.

Added a check to see if something is a null pointer if its a pointer
type and has the value of 0.

Added a test.

Addresses #698
Copy link
Member

@gregg-miskelly gregg-miskelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@WardenGnaw WardenGnaw merged commit 809edd8 into main Mar 13, 2026
6 checks passed
@WardenGnaw WardenGnaw deleted the dev/waan/fix-expand-null branch March 13, 2026 20:02
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