[Bug 232950] execle in FreeBSD work differ than execle in Linux ?

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Mar 2022 01:33:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232950

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org
          Component|gnu                         |misc

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
From the man page,

     int
     execle(const char *path, const char *arg, ..., NULL, char *const envp[]);

A simple example like

execle("/bin/echo", "echo", "test", NULL, environ);

works as expected (echoes test).

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