Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-getopt-string.patch | Fix optstring in unixserver.c Both manual page and getopt loop mention '-d' and '-D' command line option, but letters 'd' and 'D' was missing from getopt string, causing `unixserver' to consider `-d' and `-D' options invalid. |
Dmitry Bogatov <KAction@debian.org> | invalid | debian | 2018-11-28 | |
line-buffered.patch | Flush the standard output stream after logging a line Make it possible for a parent process to read log lines as they come. | Peter Pentchev <roam@ringlet.net> | not-needed | 2023-01-05 | ||
strtoul-errno.patch | Catch overflow errors when converting strings to numbers Passing e.g. `-u 99999999999` would not change the variable at all, yet not be reported as an error. |
Peter Pentchev <roam@ringlet.net> | invalid | 2024-12-12 | ||
strtoul-max.patch | Make sure the strtoul() value is a valid unsigned int | Peter Pentchev <roam@ringlet.net> | invalid | 2024-12-12 | ||
strtoul-int-uid-mode.patch | Use `unsigned short` for `uid_t`, `gid_t`, and `mode_t` if needed | Peter Pentchev <roam@ringlet.net> | invalid | 2024-12-13 | ||
chown-if-needed.patch | Do not call chown(2) unless we need to Apparently some glibc/kernel combinations will fail for unprivileged users even for chown(-1, -1). Fixes the FTBFS on sparc64. |
Peter Pentchev <roam@ringlet.net> | no | 2024-12-13 |