use __strchrnul instead of strchr and strlen in execvpe
The result is the same but takes less code. Note that __execvpe calls getenv which calls __strchrnul so even using static output the size of the executable won't grow.
Showing
想要评论请 注册 或 登录