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)
Feb 19 2024, 8:48 AM
Unknown Object (File)
Nov 6 2023, 9:15 PM
Unknown Object (File)
Sep 27 2023, 6:43 PM
Unknown Object (File)
Sep 3 2023, 11:18 AM
Unknown Object (File)
Jul 24 2023, 5:58 AM
Unknown Object (File)
Jul 18 2023, 5:06 PM
Unknown Object (File)
Jul 18 2023, 4:55 PM
Unknown Object (File)
Mar 5 2023, 5:31 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