Thank you. I have applied your patch to v4.2.6.
It's already pushed. I'll prepare the zip file later tonight.
I'm curious though, which platform doesn't define strdup? It should be in <string.h>...</string.h>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you. I have applied your patch to v4.2.6.
It's already pushed. I'll prepare the zip file later tonight.
I'm curious though, which platform doesn't define strdup? It should be in <string.h>...</string.h>
As you can see at https://linux.die.net/man/3/strdup the strdup needs at least
_BSD_SOURCEenabled to be available on Linux.