[erlang-bugs] a crypto function call crashes VM

SUZUKI Tetsuya suzuki@REDACTED
Sat Aug 27 10:03:18 CEST 2011


Sorry, I showed wrong code in md5_update().
This code copies a received binary to a MD5_CTX variable.

In static md5_update(), line 456:

  memcpy(new_ctx, ctx_bin.data, MD5_CTX_LEN);



More information about the erlang-bugs mailing list