-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
loop of mavftp protocol crash drone #18651
Comments
Good find, can you provide the script? |
here is my poc code with python |
Thanks @BOB4Drone. You are right, it fills up the memory with random files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
sending more then 1400 packet at px4 firmware, crash nuttx OS and reboot device
To Reproduce
set opcode with 9 (create directory) and set payload with random data ( more then 105 byte). if sum of sent data is more then 1400 packet, it will crash nuttX OS and reboot
Expected behavior
Crash OS and reboot device
Drone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: