smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
616 stars 156 forks source link

Fixing *** stack smashing detected *** for GCC #95

Closed perara closed 3 years ago

perara commented 3 years ago
smasherprog commented 3 years ago

so it looks like i am not checking the length of the string before running the tolower. Can you update the PR to truncate the string? If not ill do it later today and merge it into master. Thanks for the good find!