Releases: SkibbleBip/libMinecraftPing
Releases · SkibbleBip/libMinecraftPing
Version 1.2.1 for GNU-Linux and Windows
- Fixed issue #1 where calling the default constructor and then calling
SRV_Lookup()
resulted in a segmentation fault - Replaced a char pointer with a fixed allocated char array to prevent accidental memory leaks
- Replaced the return of
SRV_Lookup()
to void and instead setDNS_Response
struct as a pointer parameter to prevent dangling pointers - Redefined the default constructor
- Fixed signed-unsigned casting
- Actually uploaded the right up-to-date code this time
Version 1.2 for GNU-Linux and Windows
- Fixed issue #1 where calling the default constructor and then calling
SRV_Lookup()
resulted in a segmentation fault - Replaced a char pointer with a fixed allocated char array to prevent accidental memory leaks
- Replaced the return of
SRV_Lookup()
to void and instead setDNS_Response
struct as a pointer parameter to prevent dangling pointers - Redefined the default constructor
Version 1.0 Initial Release - GNU-Linux and Windows
First release for Windows and GNU+Linux