2
0
Fork 0

fixup! Fix ANSI C11 support.

This commit is contained in:
Maarten Billemont 2021-02-11 15:07:59 -05:00
parent 90aaf23bb5
commit 6e1855b00c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ const char *mpw_site_crypted_password_v0(
if (strlen( cipherText ) % 4 != 0) {
wrn( "Malformed encrypted state, not base64." );
// This can happen if state was stored in a non-encrypted form, eg. login in old mpsites.
return strdup( cipherText );
return mpw_strdup( cipherText );
}
// Base64-decode