We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ab9df commit 923e212Copy full SHA for 923e212
src/basic/signal-util.c
@@ -198,7 +198,7 @@ static const char *const __signal_table[] = {
198
DEFINE_PRIVATE_STRING_TABLE_LOOKUP(__signal, int);
199
200
const char *signal_to_string(int signo) {
201
- static thread_local char buf[STRLEN("RTMIN+") + DECIMAL_STR_MAX(int) + 1];
+ static thread_local char buf[STRLEN("RTMIN+") + DECIMAL_STR_MAX(int)];
202
const char *name;
203
204
name = __signal_to_string(signo);
0 commit comments