]> 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:15:28 +0000 (11:15 +0800)
commitd5eee9726d72cee570d1ca666ceae149c2c15ef9
tree8d3e96fb19294dff145f1f8d7bc83d1b3bfbfb5d
parent7971add7ee4171fdd8dfd17e7c04c4ed77a18845
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]