putenv doesn't copy the data, so the stack address used here is plain wrong. It _probably_ doesn't matter all that much because it's immediately followed by execv(), but let's keep things clean. |
||
|---|---|---|
| cde | ||
putenv doesn't copy the data, so the stack address used here is plain wrong. It _probably_ doesn't matter all that much because it's immediately followed by execv(), but let's keep things clean. |
||
|---|---|---|
| cde | ||