facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

fixing a few errors and UBs #80

Open bitekas opened 8 years ago

Luke1410 commented 6 years ago

I understand the changes regarding the addition of the Android project is a duplicate of #82. The fixes in RakString (missing va_end()s) is a duplicate of #36 (already incorporated in SLikeNet 0.1.0). The fixes in PacketizedTCP (array out of bounds access) is a duplicate of #4 (already incorporated in SLikeNet 0.1.0).

Incorporating the remaining changes in the SLikeNet fork is done in pull request https://github.com/SLikeSoft/SLikeNet/pull/33 (internal case number: SLNET-186). These changes are available in the SLikeNet master repository already and are expected to go into the 0.2.0 version.

Luke1410 commented 6 years ago

Since we did an unplanned release of SLikeNet, we decided to incorporate this pull request (aka: case SLNET-186) in SLikeNet 0.1.2 already which is available now on https://www.slikenet.com/ and on the GitHub project page: https://github.com/SLikeSoft/SLikeNet/releases/tag/v.0.1.2 .