Files
neovim/test/functional
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-10-28 14:33:13 +02:00
2016-11-17 00:55:39 +01:00
2017-01-11 01:05:56 +01:00
2016-11-17 00:55:39 +01:00
2017-01-11 01:05:55 +01:00
2016-12-12 10:17:35 -05:00
2016-12-27 14:10:01 -05:00
2016-06-10 21:50:49 +03:00