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

Refactor CertValidity to hold ArrayVec instead of &str #318

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

sree-revoori1
Copy link
Contributor

This will allow platforms which use non-const cert-validities to return the data correctly, since we cannot copy out a &str from a function because it lives on the stack.

This will allow platforms which use non-const cert-validities
to return the data correctly, since we cannot copy out a &str from
a function because it lives on the stack.
@sree-revoori1 sree-revoori1 requested a review from jhand2 February 21, 2024 18:02
@jhand2 jhand2 merged commit f4ad81b into chipsalliance:main Feb 21, 2024
1 check passed
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.

2 participants