Re: [dev][sbase] mkdir -p doesn't explicitly handle empty path
> If an empty path is specified with mkdir -p (for example, mkdir -p ""), > strchr will read beyond the path string. The patch (attached) should fix > this. Thanks, applied. Keep the patches coming! Dave
[dev][sbase] mkdir -p doesn't explicitly handle empty path
Hello all, If an empty path is specified with mkdir -p (for example, mkdir -p ""), strchr will read beyond the path string. The patch (attached) should fix this. Sincerely, Willem van de Krol mkdir-emptypath.patch Description: Binary data