project-topaz / topaz

Server emulator for FFXI
Other
157 stars 222 forks source link

Fix topaz_connect crash on character creation with max length name #1536

Closed ghost closed 3 years ago

ghost commented 3 years ago

I affirm:

Client allows for character creation with up to a 15 character name. Issue occurred due to limiting length of some char arrays being limited to 15 characters, and therefore not containing null termination, which would result in a connect server crash on character creation.

Fix was tested against min-length and max-length character creation and load from previously-created; in addition, basic function for interaction (AH, trade, combat, and communication channels).