Mercurial > vim
comparison src/version.c @ 12190:497b78526358 v8.0.0975
patch 8.0.0975: using freed memory when setting 'backspace'
commit https://github.com/vim/vim/commit/edbc0d46cffe1766d0b330dc2842212cff644f8e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 20 16:11:51 2017 +0200
patch 8.0.0975: using freed memory when setting 'backspace'
Problem: Using freed memory when setting 'backspace'.
Solution: When changing oldval also change origval.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 20 Aug 2017 16:15:04 +0200 |
parents | d2e367d9de1f |
children | 6947d5bcf57f |
comparison
equal
deleted
inserted
replaced
12189:f19e93e09b42 | 12190:497b78526358 |
---|---|
767 NULL | 767 NULL |
768 }; | 768 }; |
769 | 769 |
770 static int included_patches[] = | 770 static int included_patches[] = |
771 { /* Add new patch number below this line */ | 771 { /* Add new patch number below this line */ |
772 /**/ | |
773 975, | |
772 /**/ | 774 /**/ |
773 974, | 775 974, |
774 /**/ | 776 /**/ |
775 973, | 777 973, |
776 /**/ | 778 /**/ |