[SCM] Vim packaging branch, maint/lenny, updated. debian/7.1.314-3-51-g209709e

James Vega jamessan at debian.org
Sun Oct 12 06:29:41 UTC 2008


The following commit has been merged in the maint/lenny branch:
commit 706c71e15525a8939ede60c827f4131007f0c81e
Author: James Vega <jamessan at debian.org>
Date:   Thu Oct 2 19:01:41 2008 -0400

    NUL-terminate the identifier string
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/src/normal.c b/src/normal.c
index 99dff98..b22442b 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -5484,6 +5484,7 @@ nv_ident(cap)
     if (cmdchar == 'K' && !kp_help)
     {
 	/* Escape the argument properly for a shell command */
+	ptr[n] = NUL;
 	p = vim_strsave_shellescape(ptr, TRUE);
 	if (p == NULL)
 	{

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list