commit | 98cc11a5dbbc41f71fe68df0766d6ed647e83445 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 28 17:27:09 2025 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Aug 31 16:42:26 2025 +0800 |
tree | 203127510960657c23b17e145ad4a6879ff04701 | |
parent | 92ff9ac34980d30116c02f8a5748edffc8c1d29b [diff] |
expand: Do not call rmescapes in expari Remove the rmescapes call from expari as the string produced by the recursive argstr call is not escaped. Link: https://lore.kernel.org/dash/fc8ed5da-3024-4d22-b6da-83dccabafe99@astralinux.ru/ Fixes: 3cd538634f71 ("expand: Do not reprocess data when expanding words") Reported-by: Aleksander Ushakov <aushakov@astralinux.ru> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>