I1Va / stack

0 stars 0 forks source link

stack_memset() is not safe #4

Open orientiered opened 1 month ago

orientiered commented 1 month ago

How to reproduce: use stack_memset() with NULL pointer Possible fix: make this function static, so user can't get access to it.

I1Va commented 4 weeks ago

fixed