You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preattestation: fix family_id and image_id parsing
AMD defines the `family_id` and `image_id` fields as 16 bytes
long. Therefore, in the command-line tool, we should expect 32
hexadecimal characters to convert this into a 16-byte sequence. This
patch addresses the issue when only 16 characters are parsed.
Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
0 commit comments