Tags: joinmassive/SPCDNS
Tags
Merge pull request #3 from magicinternet/export-all-functions Added export attribute to all the functions
Bug fix---fix invalid read of memory Alper Akcan (https://github.com/alperakan) found the following bug with the following data: \x01\x85\x01\x00\x00\x02\x00\x00\x00\x00\x00\x00\x04\x74\x73\x6b\x62\x06\x66\x64\x74\x78\x72\x77\x00\x00\x01\x00\x01\x04\x6c\x78\x68\x78 There are three reasons I didn't just pull his request directly from github: 1) When I did that the repository on my end (which *is* the master repository, *not* the github one) got into a state where I could no longer push to github; 2) I needed to update the Makefile and rockspec to reflect the new version. Yes, I could have probably done this as a separate patch, but I would rather keep try to keep things as minimal as possible. 3) His commit message didn't follow the format I use.
Bug fix---add support for Windows/mingw Thanks to Alper Akcan for reporting this issue and sending the patch. I didn't accept the patch as is as it included much white space patches I didn't want, and what I did want didn't match the coding style I use. But the patch that was required was small enough to add by hand. There was also more changes required for a 2.0.1 release, like updating the Makefile and Lua rockspec.
PreviousNext