Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 10:23:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 275370] Add execvpe()
Message-ID:  <bug-275370-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275370

            Bug ID: 275370
           Summary: Add execvpe()
           Product: Base System
           Version: 14.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: vini.ipsmaker@gmail.com

Would it be possible to add execvpe() that is found on Linux/glibc systems?
Currently I have to do the following:

environ =3D args->envp;
execvp(args->program, args->argv);

However this workaround will not even compile for shared libraries (one of =
my
scenarios) because of another FreeBSD bug:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263265

execvpe() would solve my problem.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275370-227>