C4130059
Explanation
In execve(), the total size of the arguments and environment variables exceeds 4096 and _SC_ARG_MAX.
Programmer response
Correct the application.
Symbolic Feedback Code
JrEdcExecE2big04
In execve(), the total size of the arguments and environment variables exceeds 4096 and _SC_ARG_MAX.
Correct the application.
JrEdcExecE2big04