]> 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:23:44 +0000 (10:23 +0800)
commit662516aca8b6bf6aa6555f471055d5eb512b1ddc
treec7b9a7cad3a7b5d8693e232eab60ec086161e972
parent1432850ad8fbef6dea82d137e491b53840dc7f4d
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]