id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking branch_state votes 2327 Can't put ? into a new name gotar slavazanko "It's not possible to rename a file to something having question mark. Literal ? is being replaced with entire pattern just like it was * (an asterisk), despite of documentation saying nothing about ? in target pattern: ""In the target mask only the '*' and '\' wildcards are allowed"" One more funny effect of this issue is duplication of names having single '?': F6, enter However it's getting more serious when source file has multiple '?'s: F6, enter -> segfault. (for the above to happen question marks must not be preceded by *). The source of this problem is treating ? as * (and not escaping it in default target pattern). Escaping itself is buggy too: \? or \* are translated to consecutive \1, \2, \3, etc. Everyting with shell patterns on, as disabling them makes rename impossible, but that's for next ticket. This ticket may be duplicate, I remembering chasing this issue some time ago but can't find it in trac now, so sorry if it's already reported." defect closed critical 4.7.5 mc-core master fixed zaytsev commited-master