Skip to content

Release v1.0.1

Latest
Compare
Choose a tag to compare
@darusc darusc released this 18 Mar 20:51
9b6b4e9

Changed MAX_PATH define on linux to be PATH_MAX from <linux/limits.h> which defines it 4096 as oppsosed to 260 on windows.

Changed path creation to use snprintf instead of sprintf to avoid stack overflows if the string to be written is bigger than MAX_PATH.