commit | 41e6f7d6ba67b61d911f9b1d76325cd79224753d | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Oct 11 21:08:13 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Oct 11 21:09:53 2023 +0200 |
tree | d2b6fcf5f7daa4712502d693635bcc3125bc38ca | |
parent | 54844857fd6933fa4f6678e47610c4b9c9f7a091 [diff] [blame] |
patch 9.0.2010: [security] use-after-free from buf_contents_changed() Problem: [security] use-after-free from buf_contents_changed() Solution: block autocommands Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 458b46a..0479f20 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2010, +/**/ 2009, /**/ 2008,