There is no need to call execl(), which will allocate an array and copy
our arguments into it, when we can use a static array and call execve()
directly.
Sponsored by: Klara, Inc.
Differential D55648
system(3): Unwrap execve() Authored by des on Wed, Mar 4, 2:43 PM. Tags None Referenced Files
Subscribers
Details
There is no need to call execl(), which will allocate an array and copy Sponsored by: Klara, Inc.
Diff Detail
|