comparison src/errors.h @ 25417:1919361a53da v8.2.3245

patch 8.2.3245: the crypt key may appear in a swap partition Commit: https://github.com/vim/vim/commit/131530a54d0f72b820b027606231744e3a09b9ef Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 29 20:37:49 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Jul 2021 20:45:04 +0200
parents 9203b28ab453
children 9ed6587bcc0f
comparison
equal deleted inserted replaced
25416:a84e887cd597 25417:1919361a53da
639 INIT(= N_("E1227: List or Dictionary required for argument %d")); 639 INIT(= N_("E1227: List or Dictionary required for argument %d"));
640 EXTERN char e_list_or_dict_or_blob_required_for_argument_nr[] 640 EXTERN char e_list_or_dict_or_blob_required_for_argument_nr[]
641 INIT(= N_("E1228: List or Dictionary or Blob required for argument %d")); 641 INIT(= N_("E1228: List or Dictionary or Blob required for argument %d"));
642 EXTERN char e_expected_dictionary_for_using_key_str_but_got_str[] 642 EXTERN char e_expected_dictionary_for_using_key_str_but_got_str[]
643 INIT(= N_("E1229: Expected dictionary for using key \"%s\", but got %s")); 643 INIT(= N_("E1229: Expected dictionary for using key \"%s\", but got %s"));
644 EXTERN char e_encryption_sodium_mlock_failed[]
645 INIT(= N_("E1230: encryption: sodium_mlock() failed"));