FoxIO-LLC / ja4

JA4+ is a suite of network fingerprinting standards
https://foxio.io
Other
774 stars 65 forks source link

Wireshark plugin segfaults Wireshark test suite #126

Closed Boolean263 closed 1 week ago

Boolean263 commented 2 weeks ago

This plugin causes two unexpected test failures in Wireshark's test suite, due to a pointer which can be used uninitialized causing a segmentation fault.

This time the problem is caused by packet_table_lookup() not fully initializing the new pkt_info_t here; it looks like the new insert_at member isn't being initialized.

Steps to reproduce are the same as they were for #102. Patch incoming.