SHA256
1
0
forked from pool/vim

- Updated to version 9.0.0626, fixes the following problems

- fix boo#1203924 - CVE-2022-3352
  * Error for modifying a const is not detected at compile time.
  * Leaking argument type array.
  * Too many delete() calls in tests.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=754
This commit is contained in:
2022-09-30 08:15:37 +00:00
committed by Git OBS Bridge
parent c24f7bcd63
commit 44f933bab3
4 changed files with 11 additions and 6 deletions

View File

@@ -1,7 +1,11 @@
-------------------------------------------------------------------
Thu Sep 29 10:08:49 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
Fri Sep 30 08:03:58 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 9.0.0622, fixes the following problems
- Updated to version 9.0.0626, fixes the following problems
- fix boo#1203924 - CVE-2022-3352
* Error for modifying a const is not detected at compile time.
* Leaking argument type array.
* Too many delete() calls in tests.
* When quitting the cmdline window with CTRL-C it remains visible.
* Warning for using uninitialized value in mouse test.
* A closure in a nested loop in a :def function does not work.