Fix booting on some arm64 systems after r327879 by fixing the call to
utf8_to_ucs2 in boot1.efi. We need to initialise the ucs2 output string
so it will allocate space, and use the return value to determine if the
call was successful.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14379 Build 14534: arc lint + arc unit
Event Timeline
Comment Actions
See also https://reviews.freebsd.org/D13917, but I think checking the return values is better in both places.