Make WordPress Core


Ignore:
Timestamp:
12/03/2020 05:39:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update sodium_compat to v1.14.0.

This includes improved PHP 8 support and more inclusive language.

A full list of changes in this update can be found on GitHub:
https://github.com/paragonie/sodium_compat/compare/v1.13.0...v1.14.0

Follow-up to [48121], [49056], [49057].

Props jrf.
Fixes #51925.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sodium_compat/src/File.php

    r49056 r49741  
    244244            ParagonIE_Sodium_Compat::memzero($ephKeypair);
    245245        } catch (SodiumException $ex) {
     246            /** @psalm-suppress PossiblyUndefinedVariable */
    246247            unset($ephKeypair);
    247248        }
     
    542543            ParagonIE_Sodium_Compat::memzero($key);
    543544        } catch (SodiumException $ex) {
     545            /** @psalm-suppress PossiblyUndefinedVariable */
    544546            unset($key);
    545547        }
Note: See TracChangeset for help on using the changeset viewer.