Trailing garbage bytes in string outputs #38
Labels
No Label
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#38
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
There's a bug occuring in a couple places where the result of
lsm_str_ptr
is 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.