We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
send_packet_out () can cause a segmentation fault if used in a transparent service if the parent does not exist
Use the tutorial 1 configuration (https://polycube.readthedocs.io/en/latest/tutorials/tutorial1/tutorial1.html)
the service should indicate that the parent does not exist
you need to check if the father exists. Like
polycube/src/polycubed/src/port.cpp
Line 205 in b80ce02
The error is here:
polycube/src/polycubed/src/transparent_cube.cpp
Line 103 in 06f9bb4
The text was updated successfully, but these errors were encountered:
This bug will be fixed by the commit under issue 218
Sorry, something went wrong.
No branches or pull requests
Describe the bug
send_packet_out () can cause a segmentation fault if used in a transparent service if the parent does not exist
To Reproduce
Use the tutorial 1 configuration (https://polycube.readthedocs.io/en/latest/tutorials/tutorial1/tutorial1.html)
Expected behavior
the service should indicate that the parent does not exist
Please tell us about your environment:
Additional context
you need to check if the father exists.
Like
polycube/src/polycubed/src/port.cpp
Line 205 in b80ce02
The error is here:
polycube/src/polycubed/src/transparent_cube.cpp
Line 103 in 06f9bb4
The text was updated successfully, but these errors were encountered: