While writing this patch, I accidentally intoduced off-by-one error that
caused empty terminal window names and could, in theory, lead to crash.
This patch is fixing this accident.
2013/2/19 Christoph Lohmann <2...@r-36.net>
> Greetings.
>
> On Tue, 19 Feb 2013 19:14:18 +0100 Alexander Sedov
>
Greetings.
On Tue, 19 Feb 2013 19:14:18 +0100 Alexander Sedov
wrote:
> ---
> st.c | 111
> +++---
> 1 file changed, 93 insertions(+), 18 deletions(-)
Thanks, it’s applied. What’s the application needing this?
Sincerely,
Christoph
---
st.c | 111 +++---
1 file changed, 93 insertions(+), 18 deletions(-)
diff --git a/st.c b/st.c
index 4b21380..82f935b 100644
--- a/st.c
+++ b/st.c
@@ -302,6 +302,7 @@ static void execsh(void);
static void sigchld(int);
static void