Fixed nullptr check.
arg[0] is always the command being passed to execvp and hence it will never be null; the real args start at arg[1] BUG: 27832567 Change-Id: I3180eae857cf028315b1da7cbd38b40994ff98b0 Fixes: 29276781
Loading
Please register or sign in to comment