artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903e91b
)
Increase buffer size to avoid truncating styles, GitHub issue 3809 from
author
nicm
<nicm@openbsd.org>
Mon, 22 Jan 2024 16:34:46 +0000
(16:34 +0000)
committer
nicm
<nicm@openbsd.org>
Mon, 22 Jan 2024 16:34:46 +0000
(16:34 +0000)
Ricardo Bittencourt.
usr.bin/tmux/style.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/style.c
b/usr.bin/tmux/style.c
index
cb507c2
..
8491e03
100644
(file)
--- a/
usr.bin/tmux/style.c
+++ b/
usr.bin/tmux/style.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: style.c,v 1.3
3 2023/08/17 14:10:28
nicm Exp $ */
+/* $OpenBSD: style.c,v 1.3
4 2024/01/22 16:34:46
nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-242,7
+242,7
@@
style_tostring(struct style *sy)
int off = 0;
const char *comma = "", *tmp = "";
static char s[256];
- char b[
16
];
+ char b[
21
];
*s = '\0';