salto_simulator icon indicating copy to clipboard operation
salto_simulator copied to clipboard

memset in src/md5.c using sizeof(var) not sizeof(type)

Open eschaton opened this issue 9 years ago • 0 comments

In src/md5.c, there’s a case where memset is called with sizeof(ctx) which is a pointer variable, and thus isn’t doing what’s expected.

eschaton avatar Jun 24 '16 17:06 eschaton