diff options
-rw-r--r-- | javascript/olm_pk.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/olm_pk.js b/javascript/olm_pk.js index 700139d..580d854 100644 --- a/javascript/olm_pk.js +++ b/javascript/olm_pk.js @@ -126,7 +126,7 @@ PkDecryption.prototype['generate_key'] = restore_stack(function () { var pubkey_length = pk_encryption_method( Module['_olm_pk_key_length'] )(); - var pubkey_buffer = stack(pubkey_length); + var pubkey_buffer = stack(pubkey_length + NULL_BYTE_PADDING_LENGTH); pk_decryption_method(Module['_olm_pk_generate_key'])( this.ptr, pubkey_buffer, pubkey_length, |