From: Denys Vlasenko Date: Wed, 5 Jul 2017 17:13:44 +0000 (+0200) Subject: ash: note which versions of glibc exhibit "rho bug" X-Git-Tag: 1_28_0~459 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=92b8d9c9faf599cd323c04d4f6853f2de840279c;p=oweals%2Fbusybox.git ash: note which versions of glibc exhibit "rho bug" Signed-off-by: Denys Vlasenko --- diff --git a/shell/ash.c b/shell/ash.c index e5fdd1646..5da23c34b 100644 --- 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. */