-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
Lines 661 to 665 in 4bba916
| char url[len]; | |
| snprintf(url, len, "%s%s%s%s", c->settings->domain, "/", slug, "\n"); | |
| // Send the response | |
| write(c->socket, url, len); |
I first noticed this problem a few years ago when this code was introduced and it broke the pastebin plugin of my editor. I changed the plugin to strip away the \0 byte, so maybe it is now a feature, and not a bug :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels