Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC: Do not export A #1357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 31, 2024

  1. PoC: Do not export A

    Instead of passing A as part of the process environment, we pass it
    via a file. Since A is usually the greatest contributor to the process
    environment, removing it from the process environment significantly
    helps running into MAX_ARG_STRLEN when spawning a new child process.
    
    This means that A is now unexported in the ebuild. However, A is
    mostly used as part of the default_src_unpack function. And there A
    does not need to be exported.
    
    Proof-of-concept for https://bugs.gentoo.org/721088
    
    Bug: https://bugs.gentoo.org/721088
    Signed-off-by: Florian Schmaus <[email protected]>
    Flowdalic committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    fc3acfa View commit details
    Browse the repository at this point in the history