salto_simulator
salto_simulator copied to clipboard
memset in src/md5.c using sizeof(var) not sizeof(type)
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.