https://issues.apache.org/bugzilla/show_bug.cgi?id=54596
--- Comment #10 from Konstantin Kolinko <[email protected]> --- In path_merge() [[[ if (remain > 0) { return ""; } ]]] maybe SetLastError(ERROR_BAD_PATHNAME); return 0; like in other erroneous situations. Callers of path_merge() check its success with a non-null condition. I think that they are not ready to receive an empty string. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
