ash: note which versions of glibc exhibit "rho bug"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
fda9fafe27
commit
92b8d9c9fa
@ -5935,7 +5935,8 @@ rmescapes(char *str, int flag)
|
|||||||
* getting encoded as "cf,CTLESC,81"
|
* getting encoded as "cf,CTLESC,81"
|
||||||
* and here, converted to "cf,\,81" -
|
* and here, converted to "cf,\,81" -
|
||||||
* which does not go well with some flavors
|
* which does not go well with some flavors
|
||||||
* of fnmatch() in unicode locales.
|
* of fnmatch() in unicode locales
|
||||||
|
* (for example, glibc <= 2.22).
|
||||||
*
|
*
|
||||||
* Lets add "\" only on the chars which need it.
|
* Lets add "\" only on the chars which need it.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user