Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
gcc-10-sprintf.patch | Fix GCC-10 ftbfs when used with -Werror=format-overflow= Process names have a maximum length of 16 bytes and the buffer used has a length of 16 bytes, but the compiler is picky about writing and arbirary string into that small buffer. Tell the compiler to write max. 15 chars + '\0', to make it happy. https://stackoverflow.com/questions/23534263/what-is-the-maximum-allowed-limit-on-the-length-of-a-process-name . procenv (0.50-1ubuntu3) groovy; urgency=medium . * Fix GCC-10 ftbfs, by telling the compiler the max length to be written. (Closes: #966883) (LP: #1889138) |
Lukas Märdian <lukas.maerdian@canonical.com> | yes | debian upstream |