]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1914 v7.4.1914
authorBram Moolenaar <Bram@vim.org>
Fri, 10 Jun 2016 17:49:14 +0000 (19:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Jun 2016 17:49:14 +0000 (19:49 +0200)
commite429e70f050cb2941f1f8427cf918b68444c904e
tree7e5b709acc55c49332464d487c0463843c51af3d
parent1610d052413e0ed664498853a47acc2d677a22d1
patch 7.4.1914
Problem:    Executing autocommands while using the signal stack has a high
            chance of crashing Vim.
Solution:   Don't invoke autocommands when on the signal stack.
src/os_unix.c
src/version.c