mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.0.1446: acessing freed memory after window command in auto command
Problem: Acessing freed memory after window command in auto command. (gy741) Solution: Adjust the pointer in the parent frame. (Christian Brabandt, closes #2467)
This commit is contained in:
@@ -472,4 +472,15 @@ func Test_window_colon_command()
|
||||
exe "norm! v\<C-W>:\<C-U>echo v:version"
|
||||
endfunc
|
||||
|
||||
func Test_access_freed_mem()
|
||||
" This was accessing freed memory
|
||||
au * 0 vs xxx
|
||||
arg 0
|
||||
argadd
|
||||
all
|
||||
all
|
||||
au!
|
||||
bwipe xxx
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
Reference in New Issue
Block a user