]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdlib: Test using setenv with updated environ [BZ #32588]
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Jan 2025 10:53:13 +0000 (18:53 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 25 Jan 2025 03:45:11 +0000 (11:45 +0800)
commitfe00ffde63e2a66a85b9a1bdd853c681011890ed
tree0898b2f2b6da8993ad821f3dfc9d32625e5a0dc2
parentdf4e1f4a5096b385c9bcc94424cf2eaa227b3761
stdlib: Test using setenv with updated environ [BZ #32588]

Add a test for setenv with updated environ.  Verify that BZ #32588 is
fixed.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit 8ab34497de14e35aff09b607222fe1309ef156da)
stdlib/Makefile
stdlib/tst-setenv-environ.c [new file with mode: 0644]