]> 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:31:04 +0000 (11:31 +0800)
commit549d8315791aa8176ff1537db3e09c185c6e602f
treecdd574da5428c88266d5108593681d7ecba54c52
parent8b5d4be762419c4f6176261c6fea40ac559b88dc
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]