Dangerous error printing
Closed this issue · 0 comments
Derpius commented
You should use snprintf which takes a buffer size to avoid writing out of bounds
Also your char buffer should be on a word/dword boundary (512 instead of 500)
Closed this issue · 0 comments
You should use snprintf which takes a buffer size to avoid writing out of bounds
Also your char buffer should be on a word/dword boundary (512 instead of 500)