mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 8.2.3245: the crypt key may appear in a swap partition
Problem: The crypt key may appear in a swap partition. Solution: When using xchaha20 use sodium_mlock(). (Christian Brabandt, closes #8657)
This commit is contained in:
@@ -641,3 +641,5 @@ EXTERN char e_list_or_dict_or_blob_required_for_argument_nr[]
|
||||
INIT(= N_("E1228: List or Dictionary or Blob required for argument %d"));
|
||||
EXTERN char e_expected_dictionary_for_using_key_str_but_got_str[]
|
||||
INIT(= N_("E1229: Expected dictionary for using key \"%s\", but got %s"));
|
||||
EXTERN char e_encryption_sodium_mlock_failed[]
|
||||
INIT(= N_("E1230: encryption: sodium_mlock() failed"));
|
||||
|
Reference in New Issue
Block a user