commit | a7090b94c181f3efe5b53d2c8367b78d99074dfe | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 17 17:03:59 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 17 17:58:35 2015 -0700 |
tree | 6702f5455bac81bc5c42022fc4c472faf0f70a3c | |
parent | 8d2abbea76f13b76ef814ff426d88f70526f6923 [diff] [blame] |
Remove yet more fixed-length buffers (and their overruns). Bug: 20317724 Change-Id: If137fc96f5f23576ccecd388ac87afefa47337c6
diff --git a/adb/adb_utils.h b/adb/adb_utils.h index ec8e8b5..4b64afa 100644 --- a/adb/adb_utils.h +++ b/adb/adb_utils.h
@@ -19,6 +19,7 @@ #include <string> +bool getcwd(std::string* cwd); bool directory_exists(const std::string& path); std::string escape_arg(const std::string& s);