Skip to content
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

Crypto and guid fix #931

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Crypto and guid fix #931

wants to merge 3 commits into from

Conversation

jnippula
Copy link

  • Crypto: Fix usr support for set_key in kernel mode builds
  • board_get_px4_guid_formated: Fix the format_buffer size, which caused source index to be negative if buffer was bigger than the formatted guid string.
  • Update px4/common/process submodule to make "make format" happy.

format_buffer size must not be greater than PX4_GUID_FORMAT_SIZE to make
the copy operation work properly and the index remains positive value.
@jnippula jnippula requested a review from jlaitine April 11, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant