Skip to content
Snippets Groups Projects
Commit 29f23a39 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

mavlink_ftp: avoid using seekdir()

The provided argument payload->offset is in range [0, num_file_entries-1],
but seekdir might use a completely different range. It is not defined
by the API spec. It is only useful in conjunction with telldir().
parent 5a2723ab
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment