Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCS_MAVLink: zero signing key structure for valgrind
the signing key structure is not marked as packed, which means it has a 4 byte padding between the uint32_t magic and the uint64_t timestamp. This gets written to the database and valgrind warns about a write of uninitialised bytes. It is harmless as when the structure is read the field is not used
- Loading branch information