Skip to content

Conversation

JordanYates
Copy link
Contributor

Add the const qualifier to the data buffer provided to the TDF parse functionality. While the net_buf_simple object does not use const, the subset of functions the library calls are all read-only on the pointer.

Update `sdk-nrf` module to fix an outdated Kconfig dependency for the
system heap in the PDN library.

Signed-off-by: Jordan Yates <[email protected]>
Add the `const` qualifier to the data buffer provided to the TDF parse
functionality. While the `net_buf_simple` object does not use `const`,
the subset of functions the library calls are all read-only on the
pointer.

Signed-off-by: Jordan Yates <[email protected]>
Copy link

Copy link

codecov bot commented Oct 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@JordanYates JordanYates merged commit 3905630 into main Oct 18, 2025
16 checks passed
@JordanYates JordanYates deleted the bugfix/tdf_parse branch October 18, 2025 02:43
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