]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user, bsd-user: Preserve incoming order of environment variables in the target
authorAndreas Schwab <schwab@suse.de>
Wed, 29 Mar 2023 15:00:06 +0000 (17:00 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 09:28:53 +0000 (11:28 +0200)
commit7f750efcaa86dad4d0b748f27b82c2c066b5435b
tree7b6e384dfbba9755c572738007d835b0d3d59138
parentfdd0df5340a8ebc8de88078387ebc85c5af7b40f
linux-user, bsd-user: Preserve incoming order of environment variables in the target

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>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <mvmlejfsivd.fsf@suse.de>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
bsd-user/main.c
linux-user/main.c