heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
69 stars 25 forks source link

Fix heroiclabs/nakama-unreal#47 by assigning the cursor in DataHelperC #40

Closed marot closed 3 years ago

marot commented 3 years ago

See the issue

The cursor is missing, so uninitialized data was accessed.

I did not compile/test this fix.

lugehorsam commented 3 years ago

👍 thank you!