Page MenuHomeFreeBSD

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

Authored by jlduran_gmail.com on Feb 23 2022, 3:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 30, 1:36 PM
Unknown Object (File)
Thu, Sep 19, 11:40 AM
Unknown Object (File)
Wed, Sep 18, 9:22 PM
Unknown Object (File)
Sat, Sep 14, 5:16 PM
Unknown Object (File)
Sep 1 2024, 2:05 AM
Unknown Object (File)
Aug 30 2024, 8:32 AM
Unknown Object (File)
Aug 18 2024, 1:04 PM
Unknown Object (File)
Aug 15 2024, 2:07 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