-
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] Infinite loop in tcprewrite at get.c:569 #827
Labels
Comments
TimChan2001
changed the title
[Bug] Possible infinite loop in tcprewrite
[Bug] Infinite loop in tcprewrite
Sep 24, 2023
TimChan2001
changed the title
[Bug] Infinite loop in tcprewrite
[Bug] Infinite loop in tcprewrite at get.c:569
Sep 24, 2023
GabrielGanne
added a commit
to GabrielGanne/tcpreplay
that referenced
this issue
Jan 21, 2024
Hi @TimChan2001
I had to rewrite it to first and then reproduced the issue. |
GabrielGanne
added a commit
to GabrielGanne/tcpreplay
that referenced
this issue
Jan 21, 2024
Fixes appneta#827 Signed-off-by: Gabriel Ganne <[email protected]>
Not merged yet - reopening |
fklassen
added a commit
that referenced
this issue
Jun 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Tcprewrite gets stuck in an infinite loop at the while loop at get.c:569.
To Reproduce
Steps to reproduce the behavior:
The POC file can be downloaded in POC
Expected behavior
The program continues to run for over a week without termination.
System (please complete the following information):
Additional context
After debugging with GDB and adding debug outputs, it seems the program is unable to exit the while loop at get.c:569.
The text was updated successfully, but these errors were encountered: