]> 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>
Fri, 24 Jan 2025 23:31:41 +0000 (07:31 +0800)
commit8ab34497de14e35aff09b607222fe1309ef156da
tree31a30b5f1eea62e0d13a3d804e6a611b22684574
parentaba14403c606fdba6726f76442272d5011c52900
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>
stdlib/Makefile
stdlib/tst-setenv-environ.c [new file with mode: 0644]