Releases: darusc/duck
Releases · darusc/duck
Release v1.0.1
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.
Release v1.0
Merge branch 'main' of https://github.com/darusc/duck