Trailing garbage bytes in string outputs #38
Labels
No labels
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
There's a bug occuring in a couple places where the result of
lsm_str_ptris passed to a C function that expects NULL-terminated strings. This causes the result to be appended by some garbage bytes until accidentally a NULL-byte is encountered.One example is adding the filename header when a GET request for a file is requested.