commit | ea160d134cd46c246859072f90ab5dd05ada6364 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Thu Mar 24 11:29:44 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Thu Mar 24 14:52:03 2016 -0700 |
tree | 751de3e594b5b844bff1a61a2af1f76e0fb631d9 | |
parent | 950aa7c853ff43e95f0764f190d1721e1e82dea2 [diff] |
Improved (or warned about lack of) error handling. It would be safer for dumpstate to exit when execvp on a child fails; a common occurrence is when a list of command arguments is missing NULL. dumpstate should be more robust to detect those missing NULL-terminated args, but that will be addressed in a future change. BUG: 27804637 BUG: 27832567 Change-Id: Ibcbe46041a86b16e365fbb40613b8c4bdf39744c