You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main/locale: remove FamilyName NULL reference on Page 13 of 16
Page 13 of 16 (page index 12) has a reference to FamilyName[31], which
is a char* pointer initialized with `NULL`. When this `nullptr` is
passed to `Str::Set(const char *)` this results in a Segmentation fault.
Fixes: #117
0 commit comments