Skip to content

Releases: SkibbleBip/libMinecraftPing

Version 1.2.1 for GNU-Linux and Windows

13 Jan 02:33
09a43ee
Compare
Choose a tag to compare
  • 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 set DNS_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

13 Jan 02:27
bc46871
Compare
Choose a tag to compare
  • 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 set DNS_Response struct as a pointer parameter to prevent dangling pointers
  • Redefined the default constructor

Version 1.0 Initial Release - GNU-Linux and Windows

08 Jan 20:15
cd16347
Compare
Choose a tag to compare

First release for Windows and GNU+Linux