-
Notifications
You must be signed in to change notification settings - Fork 269
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 mask_cidr6 at cidr.c:228 #824
Labels
Comments
GabrielGanne
added a commit
to GabrielGanne/tcpreplay
that referenced
this issue
Jan 21, 2024
This causes tcprewrite to exit with an error instead of crashing. Fixes: appneta#824
GabrielGanne
added a commit
to GabrielGanne/tcpreplay
that referenced
this issue
Jan 21, 2024
This causes tcprewrite to exit with an error instead of crashing. Fixes: appneta#824 Signed-off-by: Gabriel Ganne <[email protected]>
Reopening as this is not yet tested and merged. |
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 mask_cidr6 when the user passes empty pseudo-NAT string to tcprewrite with option --pnat
To Reproduce
Steps to reproduce the behavior:
The POC file could be downloaded in POC
Expected behavior
Program crashes with SEGV.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: