fix(win): Fix occasional buffer overflows #166
No reviewers
Labels
No labels
Priority: High
Priority: Low
Priority: Medium
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sam/awl#166
Loading…
Reference in a new issue
No description provided.
Delete branch "win-buffer-overflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
fix(win): Make buffer very largeto fix(win): Fix occasional buffer overflows