Mercurial > vim
view runtime/keymap/vietnamese-viqr_utf-8.vim @ 33581:403d57b06231 v9.0.2035
patch 9.0.2035: [security] use-after-free with wildmenu
Commit: https://github.com/vim/vim/commit/8f4fb007e4d472b09ff6bed9ffa485e0c3093699
Author: Yee Cheng Chin <ychin.git@gmail.com>
Date: Tue Oct 17 10:06:56 2023 +0200
patch 9.0.2035: [security] use-after-free with wildmenu
Problem: [security] use-after-free with wildmenu
Solution: properly clean up the wildmenu when exiting
Fix wildchar/wildmenu/pum memory corruption with special wildchar's
Currently, using `wildchar=<Esc>` or `wildchar=<C-\>` can lead to a
memory corruption if using wildmenu+pum, or wrong states if only using
wildmenu. This is due to the code only using one single place inside the
cmdline process loop to perform wild menu clean up (by checking
`end_wildmenu`) but there are other odd situations where the loop could
have exited and we need a post-loop clean up just to be sure. If the
clean up was not done you would have a stale popup menu referring to
invalid memory, or if not using popup menu, incorrect status line (if
`laststatus=0`).
For example, if you hit `<Esc>` two times when it's wildchar, there's a
hard-coded behavior to exit command-line as a failsafe for user, and if
you hit `<C-\><C-\><C-N>` it will also exit command-line, but the clean
up code would not have hit because of specialized `<C-\>` handling.
Fix Ctrl-E / Ctrl-Y to not cancel/accept wildmenu if they are also
used for 'wildchar'/'wildcharm'. Currently they don't behave properly,
and also have potentially memory unsafe behavior as the logic is
currently not accounting for this situation and try to do both.
(Previous patch that addressed this: #11677)
Also, correctly document Escape key behavior (double-hit it to escape)
in wildchar docs as it's previously undocumented.
In addition, block known invalid chars to be set in `wildchar` option,
such as Ctrl-C and `<CR>`. This is just to make it clear to the user
they shouldn't be set, and is not required for this bug fix.
closes: #13361
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 17 Oct 2023 10:15:08 +0200 |
parents | e63691e7c504 |
children |
line wrap: on
line source
" Vim Keymap file for vietnamese through the usual viqr method " Maintainer: Samuel Thibault <samuel.thibault@ens-lyon.org> " Last Change: 2006 Jun 17 scriptencoding utf-8 let b:keymap_name = "vietnamese" loadkeymap a a A A a` à A` À a? ả A? Ả a~ ã A~ Ã a' á A' Á a. ạ A. Ạ a( ă A( Ă a(` ằ A(` Ằ a(? ẳ A(? Ẳ a(~ ẵ A(~ Ẵ a(' ắ A(' Ắ a(. ặ A(. Ặ a^ â A^ Â a^` ầ A^` Ầ a^? ẩ A^? Ẩ a^~ ẫ A^~ Ẫ a^' ấ A^' Ấ a^. ậ A^. Ậ d d D D dd đ Dd Đ DD Đ e e E E e` è E` È e? ẻ E? Ẻ e~ ẽ E~ Ẽ e' é E' É e. ẹ E. Ẹ e^ ê E^ Ê e^` ề E^` Ề e^? ể E^? Ể e^~ ễ E^~ Ễ e^' ế E^' Ế e^. ệ E^. Ệ i i I I i` ì I` Ì i? ỉ I? Ỉ i~ ĩ I~ Ĩ i' í I' Í i. ị I. Ị o o O O o` ò O` Ò o? ỏ O? Ỏ o~ õ O~ Õ o' ó O' Ó o. ọ O. Ọ o^ ô O^ Ô o^` ồ O^` Ồ o^? ổ O^? Ổ o^~ ỗ O^~ Ỗ o^' ố O^' Ố o^. ộ O^. Ộ o+ ơ O+ Ơ o+` ờ O+` Ờ o+? ở O+? Ở o+~ ỡ O+~ Ỡ o+' ớ O+' Ớ o+. ợ O+. Ợ u u U U u` ù U` Ù u? ủ U? Ủ u~ ũ U~ Ũ u' ú U' Ú u. ụ U. Ụ u+ ư U+ Ư u+` ừ U+` Ừ u+? ử U+? Ử u+~ ữ U+~ Ữ u+' ứ U+' Ứ u+. ự U+. Ự y y Y Y y` ỳ Y` Ỳ y? ỷ Y? Ỷ y~ ỹ Y~ Ỹ y' ý Y' Ý y. ỵ Y. Ỵ \\d d \\D D