[PATCH] code cleanup (use strdup())
src/playlist_basic.c uses malloc() + strlen() + strcpy() where it should use strdup(). The attached patch fixes this.
This fixes a ckport security warning.
src/playlist_basic.c uses malloc() + strlen() + strcpy() where it should use strdup(). The attached patch fixes this.
This fixes a ckport security warning.