commit | 92157cddd13ca1b0f90d5d340fbef80233f33347 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Mon Jun 13 10:08:59 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Mon Jun 13 10:08:59 2016 -0700 |
tree | 3b1332386e694174ee4a3c01ffec03c6376c1bfd | |
parent | 194198f5c1f3f12a41ec9c5ad52a0e3a5812d1c1 [diff] |
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