]> git.ipfire.org Git - thirdparty/glibc.git/commit
Revert "stdlib: Support malloc-managed environ arrays for compatibility"
authorFlorian Weimer <fweimer@redhat.com>
Fri, 24 Jan 2025 07:04:23 +0000 (08:04 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 24 Jan 2025 11:25:29 +0000 (12:25 +0100)
commit36fcdfbbc5463e55581fec67141df3493fb81f7e
tree8a63f44679b2da4b0de721e2fc0d299e43e5343a
parentb62759db04b8ed7f829c06f1d7c3b8fb70616493
Revert "stdlib: Support malloc-managed environ arrays for compatibility"

This reverts commit b62759db04b8ed7f829c06f1d7c3b8fb70616493.

Reason for revert: Incompatible with “env -i” and coreutils (bug 32588).

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
csu/init-first.c
csu/libc-start.c
include/unistd.h
posix/environ.c
stdlib/Makefile
stdlib/setenv.c
stdlib/tst-setenv-malloc.c [deleted file]