Skip to content

Releases: darusc/duck

Release v1.0.1

18 Mar 20:51
9b6b4e9
Compare
Choose a tag to compare

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

16 Mar 08:40
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/darusc/duck