-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: d80efdc0f827195c76973726ad4bf61c8260e3ed:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit d80efdc0f827195c76973726ad4bf61c8260e3ed
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Tue Apr 29 07:50:53 2014 +0000

    Fix size of rkbuf array.

diff --git a/src/command.C b/src/command.C

index 3dc6c64f2be19a75c90a25a5828887d2110df536..

index ..e0f9473597ff176aa304a472d133f6d66f99cea8 100644

--- a/src/command.C
+++ b/src/command.C
@@ -417,7 +417,7 @@ rxvt_term::key_press (XKeyEvent &ev)
   int ctrl, meta, shft, len;
   KeySym keysym;
   int valid_keysym;
-  char rkbuf[KBUFSZ];
+  char rkbuf[KBUFSZ + 1];
   char *kbuf = rkbuf + 1;

 #if ISO_14755

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 12:05:41 2024