-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] NULL Pointer Dereference in parse_endpoints at cidr.c:338 #888
Labels
Comments
Do you have a sample capture file? You can imbed it in a |
Hi, here is the pcap file in my case I think any valid pcap may reproduce the case. |
Could not download the attachment, but you are correct. It is recreateable with any PCAP file. |
fklassen
added a commit
that referenced
this issue
Jul 12, 2024
fklassen
added a commit
that referenced
this issue
Jul 12, 2024
Bug #888: check for map == NULL in cidr.c
Fixed in PR #889 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
There is a NULL Pointer Dereference in parse_endpoints when the user passes ill-formatted endpoints string to tcprewrite with option -e or --endpoints
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Program crashes with SEGV.
Screenshots
System (please complete the following information):
The text was updated successfully, but these errors were encountered: