Skip to content

Version 1.2 for GNU-Linux and Windows

Compare
Choose a tag to compare
@SkibbleBip SkibbleBip released this 13 Jan 02:27
· 12 commits to main since this release
bc46871
  • 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