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
Unknown Object (File)
Mon, Mar 10, 3:06 PM
Unknown Object (File)
Thu, Mar 6, 8:50 PM
Unknown Object (File)
Thu, Mar 6, 4:05 PM
Unknown Object (File)
Thu, Mar 6, 2:15 PM
Unknown Object (File)
Feb 13 2025, 12:42 AM
Unknown Object (File)
Feb 12 2025, 7:44 AM
Unknown Object (File)
Feb 11 2025, 12:07 AM
Unknown Object (File)
Jan 4 2025, 3:07 PM
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.