commit | cd27a41ddafe819fbc597110a50ec9cfadc28c1f | [log] [tgz] |
---|---|---|
author | qiankun.miao <qiankun.miao@intel.com> | Tue Jul 15 19:51:41 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 15 19:51:41 2014 -0700 |
tree | e6219680d070b1e5c72a32625156227c680cfa51 | |
parent | be7e59e3b441949749b014830f2686ee0ceb3a96 [diff] |
Use va_list variable safely va_list variable will be invalid after the first call. Use va_copy to initialize the va_list for another call. BUG=skia: R=djsollen@google.com, mtklein@google.com Author: qiankun.miao@intel.com Review URL: https://codereview.chromium.org/394763004