mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
287bf2688a
patches/packages/vim-8.2.4649-x86_64-1_slack15.0.txz: Upgraded.
Fixes a use-after-free in utf_ptr2char in vim/vim prior to 8.2.4646.
This vulnerability is capable of crashing software, bypassing protection
mechanisms, modifying memory, and possibly execution of arbitrary code.
Thanks to marav for the heads-up.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1154
https://huntr.dev/bounties/7f0ec6bc-ea0e-45b0-8128-caac72d23425
b55986c52d
(* Security fix *)
patches/packages/vim-gvim-8.2.4649-x86_64-1_slack15.0.txz: Upgraded.
12 lines
391 B
Diff
12 lines
391 B
Diff
--- ./runtime/vimrc_example.vim.orig 2019-01-04 17:35:22.000000000 -0600
|
|
+++ ./runtime/vimrc_example.vim 2019-01-11 14:43:36.366302054 -0600
|
|
@@ -49,6 +49,9 @@
|
|
|
|
endif " has("autocmd")
|
|
|
|
+" Make vim work with the 'crontab -e' command
|
|
+set backupskip+=/var/spool/cron/*,/run/cron/*
|
|
+
|
|
" Add optional packages.
|
|
"
|
|
" The matchit plugin makes the % command work better, but it is not backwards
|