- Updated to version 9.0.0224, fixes the following problems
- fix boo#1202515 - CVE-2022-2845 * indexof() may leak memory. * Cursor in wrong position when inserting after virtual text. (Ben Jackson) * Redraw flags are not named specifically. * Stacktrace not shown when debugging. * The override flag has no effect for virtual text. (Ben Jackson) * Build error with small features. * 'list' mode does not work properly with virtual text. * Invalid memory access when compiling :lockvar. * Invalid memory access when compiling :unlet. * Using freed memory with error in assert argument. * Splitting a line may duplicate virtual text. (Ben Jackson) * Not passing APC_INDENT flag. * Undo earlier test sometimes fails on MS-Windows. * 'shellslash' works differently when sourcing a script again. * Reading before the start of the line. * Cannot make a funcref with "s:func" in a def function in legacy script. * Invalid memory access with for loop over NULL string. * Accessing freed memory if compiling nested function fails. * No good reason why text objects are only in larger builds. * Typo in diffmode test. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=738
This commit is contained in:
parent
3566a72337
commit
5a1277a8f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3db8777ed13708c826e2974b177061562c570176146e66bb9744c02aaa232f7f
|
||||
size 16746280
|
3
vim-9.0.0224.tar.gz
Normal file
3
vim-9.0.0224.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ebe9e4f9499565b9c3a536cb131f7ba6a4e26232563a929fb914c109f326764
|
||||
size 16765959
|
26
vim.changes
26
vim.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 08:18:06 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Updated to version 9.0.0224, fixes the following problems
|
||||
- fix boo#1202515 - CVE-2022-2845
|
||||
* indexof() may leak memory.
|
||||
* Cursor in wrong position when inserting after virtual text. (Ben Jackson)
|
||||
* Redraw flags are not named specifically.
|
||||
* Stacktrace not shown when debugging.
|
||||
* The override flag has no effect for virtual text. (Ben Jackson)
|
||||
* Build error with small features.
|
||||
* 'list' mode does not work properly with virtual text.
|
||||
* Invalid memory access when compiling :lockvar.
|
||||
* Invalid memory access when compiling :unlet.
|
||||
* Using freed memory with error in assert argument.
|
||||
* Splitting a line may duplicate virtual text. (Ben Jackson)
|
||||
* Not passing APC_INDENT flag.
|
||||
* Undo earlier test sometimes fails on MS-Windows.
|
||||
* 'shellslash' works differently when sourcing a script again.
|
||||
* Reading before the start of the line.
|
||||
* Cannot make a funcref with "s:func" in a def function in legacy script.
|
||||
* Invalid memory access with for loop over NULL string.
|
||||
* Accessing freed memory if compiling nested function fails.
|
||||
* No good reason why text objects are only in larger builds.
|
||||
* Typo in diffmode test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 14 09:44:23 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user