awl/conf
Sam Therapy 0b042af3e2
continuous-integration/drone/push Build is running Details
fix(win): Fix occasional buffer overflows (#166)
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
..
docs.go (feat)Completions and documentation (#78) 2022-09-04 23:28:47 +00:00
plan9.go feat: Allow opt pseudosection to be printed (#91) 2022-09-10 18:41:25 +00:00
plan9_test.go refactor: Make tests less ugly (#102) 2022-09-21 23:08:31 +00:00
unix.go Modularity(?) 2022-08-31 01:05:17 +00:00
unix_test.go refactor: Make tests less ugly (#102) 2022-09-21 23:08:31 +00:00
wasm.go feat: Allow opt pseudosection to be printed (#91) 2022-09-10 18:41:25 +00:00
win.go fix(win): Fix occasional buffer overflows (#166) 2022-12-10 17:51:00 +00:00
win_test.go Modularity(?) 2022-08-31 01:05:17 +00:00