qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] linux-user, bsd-user: preserve incoming order of environm


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
Date: Tue, 13 Jun 2023 11:32:45 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2

On 29/3/23 17:00, Andreas Schwab wrote:
Do not reverse the order of environment 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 <schwab@suse.de>
---
  bsd-user/main.c   | 10 +++++++++-
  linux-user/main.c | 10 +++++++++-
  2 files changed, 18 insertions(+), 2 deletions(-)

I'll take this patch in my next PR, thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]