Page MenuHomeFreeBSD

libefivar: Correct the string expression of UTF8 vendor device path
AbandonedPublic

Authored by jlduran on Feb 23 2022, 3:01 PM.
Tags
None
Referenced Files
F103078330: D34353.id103154.diff
Wed, Nov 20, 4:00 PM
Unknown Object (File)
Oct 3 2024, 7:24 PM
Unknown Object (File)
Sep 30 2024, 1:36 PM
Unknown Object (File)
Sep 19 2024, 11:40 AM
Unknown Object (File)
Sep 18 2024, 9:22 PM
Unknown Object (File)
Sep 14 2024, 5:16 PM
Unknown Object (File)
Sep 1 2024, 2:05 AM
Unknown Object (File)
Aug 30 2024, 8:32 AM
Subscribers
None

Details

Reviewers
imp
emaste
Group Reviewers
Contributor Reviews (src)
Summary

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1225

According to UEFI spec, the string expression of UTF8 vendor device node should be displayed as: VenUtf8(). Current code displays it as: VenUft8() by mistake when converting device path node to text.

This commit fixes this bug.

Obtained from: https://github.com/tianocore/edk2/commit/959be180e185869b71db9dad34c3f4bba660d724

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jlduran created this revision.

Moving this, formerly GitHub PR #580, here.