commit | 1cf004befa39733ff360fbff272a4131e9665639 | [log] [tgz] |
---|---|---|
author | Ting-Yuan Huang <laszio@google.com> | Tue Aug 29 15:48:30 2017 -0700 |
committer | Ting-Yuan Huang <laszio@google.com> | Tue Aug 29 17:21:13 2017 -0700 |
tree | 0e30c0418b51c1e35ff8e67195e03618690baef1 | |
parent | f6508121047ec46461fe4003bc87a53ab9934dd5 [diff] |
sdcard: mute false compiler alarm Clang static analyzer worries that strcpy to a field may overwrites other fields. Use snprintf() instead. Test: built without seeing the warning. Change-Id: I75d8edf1353b5d052fd14a954362bd0632c258fa