Page MenuHomePhorge

Fix crash when a room hero's display name is not a string
ClosedPublic

Authored by tusooa on Feb 14 2025, 7:28 PM.

Details

Summary

The xform() in Room::heroDisplayNames() did not correctly verify the name is convertible to a string. This adds that check.

Type: fix

Test Plan

Verify unit tests pass.

Diff Detail

Repository
rL libkazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable