There was an error while loading. Please reload this page.
2 parents d8bfcce + 8783c99 commit fb0edbaCopy full SHA for fb0edba
1 file changed
erts/emulator/beam/erl_md5.c
@@ -81,6 +81,7 @@ void erts_md5_init(erts_md5_state* state)
81
state->d = D0;
82
state->len = 0;
83
state->tot_len = 0;
84
+ sys_memzero(state->buf, sizeof(state->buf));
85
}
86
87
void erts_md5_update(erts_md5_state* state, const uint8_t* msg, size_t msg_len)
0 commit comments