fix(win): Fix occasional buffer overflows #166

Merged
sam merged 1 commits from win-buffer-overflow into master 2022-12-10 17:51:01 +00:00
Owner

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

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
sam added 1 commit 2022-12-10 14:12:16 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
520991f63f
fix(win): Make buffer very large
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

TODO: Make actually good
sam changed title from fix(win): Make buffer very large to fix(win): Fix occasional buffer overflows 2022-12-10 14:12:28 +00:00
grumbulon approved these changes 2022-12-10 17:44:40 +00:00
sam merged commit 0b042af3e2 into master 2022-12-10 17:51:01 +00:00
sam deleted branch win-buffer-overflow 2022-12-10 17:51:01 +00:00
Sign in to join this conversation.
No description provided.