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

Update parameters in tdx-attest Rust wrapper #406

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Conversation

llly
Copy link
Contributor

@llly llly commented May 27, 2024

Use all zero report_data instead of null ptr to fix program panic of tdx_att_get_quote and tdx_att_get_report when Option<&tdx_report_data_t> is None.
fixes #404

llly added 2 commits May 27, 2024 15:32
Use all zero report data when Option<&tdx_report_data_t> is None to fix
program panic.

Signed-off-by: Li, Xun <xun.li@intel.com>
@llly llly merged commit 44e3fa0 into intel:main Jun 12, 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.

Wrong API definition in Rust version
2 participants