Commit Graph

4 Commits

Author SHA1 Message Date
Sam Therapy 0b042af3e2
fix(win): Fix occasional buffer overflows (#166)
continuous-integration/drone/push Build is running Details
This fixes a problem I have had where I get the following message sometimes:
Error: config, windows: The file name is too long.

Delv says it is a buffer overflow so this fixes it at the cost of just allocating more memory.

TODO: Make actually good

Reviewed-on: #166
Reviewed-by: grumbulon <grumbulon@grumbulon.xyz>
2022-12-10 17:51:00 +00:00
Sam Therapy 4cf19ebf78 Another "minor refactor" (#61)
continuous-integration/drone/push Build is passing Details
I need to make fewer of these :)
Reviewed-on: #61
2022-08-11 07:25:36 +00:00
Sam Therapy 07728cffdb (feat)EDNS (#55)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #55
2022-08-04 01:09:49 +00:00
Sam Therapy 220964fc02 Windows and Plan 9 DNS Config (#17)
continuous-integration/drone/push Build is passing Details
Closes #14, #15

Co-authored-by: Sam Therapy <sam@samtherapy.net>
Reviewed-on: #17
2022-06-30 22:37:08 +00:00