Open orientiered opened 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.
stack_memset()
fixed
How to reproduce: use
stack_memset()
with NULL pointer Possible fix: make this function static, so user can't get access to it.