Files
neovim/test/functional/ex_cmds
James McCoy 674db4b01f eval: Remove dictwatcher from watchers queue before freeing it
This fixes a use-after-free noticed by ASAN which would occur when a
dictwatcher was still active on a dictionary when the dictionary was
freed.

    fun! MakeWatch()
      let d = {'foo': 'bar'}
      call dictwatcheradd(d, 'foo', function('...'))
    endfun

Patch-by: oni-link
Closes #5930
2017-01-12 14:47:43 -05:00
..
2016-11-17 00:55:39 +01:00
2016-11-17 00:55:39 +01:00
2016-11-17 00:55:39 +01:00
2016-11-05 14:49:24 +01:00
2016-11-17 00:55:39 +01:00
2016-11-17 00:55:39 +01:00
2016-11-17 00:55:39 +01:00