projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda9faf
)
ash: note which versions of glibc exhibit "rho bug"
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:13:44 +0000
(19:13 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 5 Jul 2017 17:13:44 +0000
(19:13 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index e5fdd1646d577c3f0ccd0a48c595333e4ca1bb39..5da23c34b565ff9c94be7f59c9dbd4c05fe82dda 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-5935,7
+5935,8
@@
rmescapes(char *str, int flag)
* getting encoded as "cf,CTLESC,81"
* and here, converted to "cf,\,81" -
* 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.
*/