Open szsam opened 1 year ago
sizeof(ctx) evaluates to the size of the pointer type, which is not what we want. We should zero the struct that ctx points to.
sizeof(ctx) evaluates to the size of the pointer type, which is not what we want. We should zero the struct that ctx points to.