The xform() in Room::heroDisplayNames() did not correctly verify the name is convertible to a string. This adds that check.
Type: fix
Differential D209
Fix crash when a room hero's display name is not a string tusooa on Fri, Feb 14, 7:28 PM. Authored by
Details
The xform() in Room::heroDisplayNames() did not correctly verify the name is convertible to a string. This adds that check. Type: fix Verify unit tests pass.
Diff Detail
|