commit | df8a948eecfdc63a2fe1218be8d335b14406fd53 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon May 04 19:29:32 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 05 11:17:03 2015 -0700 |
tree | 6f7fd9ad3bbb2768d936046379c36feb929f7eef | |
parent | e2653e96929e1cd8560cfe7ce5bdaf6c76d72317 [diff] |
Implement the ssh(1) escaping rules. The first rule of ssh(1) escaping is that there is no escaping. This doesn't undo any of my recent security fixes because they're all calling escape_arg themselves. This fixes "adb shell rm /data/dalvik-cache/arm/*". Also remove do_cmd which caused concern during code review. Bug: http://b/20564385 Change-Id: I4588fd949d51e2a50cff47ea171ed2d75f402d0d