mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.887
Problem: Using uninitialized memory for regexp with back reference.
(Dominique Pelle)
Solution: Initialize end_lnum.
c2b717ebd6
---
see: "[bug] use of uninitialized memory in regexp_nfa.c with invalid back reference"
https://groups.google.com/d/msg/vim_dev/JWmrT5-NnPQ/U_TgaRW8AwAJ
This commit is contained in:
@@ -401,7 +401,7 @@ static int included_patches[] = {
|
||||
// 890 NA
|
||||
// 889,
|
||||
// 888,
|
||||
// 887,
|
||||
887,
|
||||
// 886 NA
|
||||
// 885,
|
||||
// 884 NA
|
||||
|
Reference in New Issue
Block a user