[PATCH] Attempted fix for occasional execv error
If there are no arguments passed to an AI, pass execv NULL for the arguments. Passing it a pointer to an array of size zero... is not good.
Please register or sign in to comment
If there are no arguments passed to an AI, pass execv NULL for the arguments. Passing it a pointer to an array of size zero... is not good.