[vim/f19] - patchlevel 904

Karsten Hopp karsten at fedoraproject.org
Wed May 8 15:07:02 UTC 2013


commit 941e2a84b90ea95dcb3bc327e661831be331347d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed May 8 17:06:34 2013 +0200

    - patchlevel 904

 7.3.904 |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/7.3.904 b/7.3.904
new file mode 100644
index 0000000..a41b469
--- /dev/null
+++ b/7.3.904
@@ -0,0 +1,47 @@
+To: vim_dev at googlegroups.com
+Subject: Patch 7.3.904
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.3.904 (after 7.3.893)
+Problem:    Using memory freed by the garbage collector.
+Solution:   Mark items in aucmd_win as used.
+Files:	    src/eval.c
+
+
+*** ../vim-7.3.903/src/eval.c	2013-04-15 15:15:31.000000000 +0200
+--- src/eval.c	2013-04-15 18:20:35.000000000 +0200
+***************
+*** 6792,6797 ****
+--- 6792,6801 ----
+      /* window-local variables */
+      FOR_ALL_TAB_WINDOWS(tp, wp)
+  	set_ref_in_item(&wp->w_winvar.di_tv, copyID);
++ #ifdef FEAT_AUTOCMD
++     if (aucmd_win != NULL)
++ 	set_ref_in_item(&aucmd_win->w_winvar.di_tv, copyID);
++ #endif
+  
+  #ifdef FEAT_WINDOWS
+      /* tabpage-local variables */
+*** ../vim-7.3.903/src/version.c	2013-04-15 16:14:15.000000000 +0200
+--- src/version.c	2013-04-15 18:21:49.000000000 +0200
+***************
+*** 730,731 ****
+--- 730,733 ----
+  {   /* Add new patch number below this line */
++ /**/
++     904,
+  /**/
+
+-- 
+Rule #1: Don't give somebody a tool that he's going to hurt himself with.
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


More information about the scm-commits mailing list