Skip to content

Wireshark: fix null refs found by ASAN#261

Merged
vlvkobal merged 1 commit intoFoxIO-LLC:mainfrom
Boolean263:wireshark-asan-null-fix
Oct 29, 2025
Merged

Wireshark: fix null refs found by ASAN#261
vlvkobal merged 1 commit intoFoxIO-LLC:mainfrom
Boolean263:wireshark-asan-null-fix

Conversation

@Boolean263
Copy link
Contributor

The plugin crashes when Wireshark is built with Address Sanitization. The cause seems to be having a non-null proto_tree with a null finfo in display_hashes_from_packet_table(). Adding a null check prevents the exception.

The plugin crashes when Wireshark is built with Address Sanitization.
The cause seems to be having a non-null `proto_tree` with a null `finfo`
in `display_hashes_from_packet_table()`. Adding a null check prevents
the exception.
@vlvkobal vlvkobal merged commit e96ba01 into FoxIO-LLC:main Oct 29, 2025
1 check passed
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