Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Bug in src/report.c #28

@rhomber

Description

@rhomber

Line 245:

print_tcb_version("Reported TCB", &report->platform_version);

Should be:

print_tcb_version("Reported TCB", &report->reported_tcb);

I noticed this when implementing it in rust, the "SNP firmware SVN" was different in my version and I couldn't work out why!

So at least on my report "platform_version" isn't the same as "reported_tcb", in one snp is 5 and the other it's 6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions