Closed celophi closed 7 years ago
This fix inserts padding bytes so that ZC_CHAT contents start at 180 bytes offset from the beginning of the packet.
ZC_CHAT
The reason for the client crash was because of a memcpy instruction that tries to copy a character array out of bounds.
memcpy
Fixes: https://github.com/celophi/melia/issues/6
This fix inserts padding bytes so that
ZC_CHAT
contents start at 180 bytes offset from the beginning of the packet.The reason for the client crash was because of a
memcpy
instruction that tries to copy a character array out of bounds.Fixes: https://github.com/celophi/melia/issues/6