]> 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 02:30:58 +0000 (10:30 +0800)
commit650a0aaaffa9ddb44732fa6156b31c5f30ee596f
tree1560b915170d23541f9b07be890938dc58bb497d
parentc32fd59314c343db88c3ea4a203870481d33c3d2
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]