Skip to content

Version 1.2.1 for GNU-Linux and Windows

Latest
Compare
Choose a tag to compare
@SkibbleBip SkibbleBip released this 13 Jan 02:33
· 10 commits to main since this release
09a43ee
  • 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