Re: [PATCH] linux-user: preserve incoming order of environment variables in the target

2023-03-29 Thread Philippe Mathieu-Daudé
On 29/3/23 13:04, Andreas Schwab wrote: Do not reverse the order of envionment variables in the target environ "environment" array relative to the incoming environ order. Some testsuites depend on a specific order, even though it is not defined by any standard. Signed-off-by: Andreas Schwab

[PATCH] linux-user: preserve incoming order of environment variables in the target

2023-03-29 Thread Andreas Schwab
Do not reverse the order of envionment variables in the target environ array relative to the incoming environ order. Some testsuites depend on a specific order, even though it is not defined by any standard. Signed-off-by: Andreas Schwab --- linux-user/main.c | 7 ++- 1 file changed, 6 inse