commit | 00b6aefbf6cbde4c76a36775f104bf8cfa2e54c4 | [log] [tgz] |
---|---|---|
author | Irina Stanescu <irinams@google.com> | Tue May 21 15:45:54 2013 -0700 |
committer | Irina Stanescu <irinams@google.com> | Thu May 23 14:15:38 2013 -0700 |
tree | fa51ea5e61323e4c74f3c17460af8c41451d3adb | |
parent | a113d3f82b88a7c46ae6db31d21fcc94b3ec1a6c [diff] |
Incorrect check for changed NVRAM fields fixed. This fixes b/8949242. The original version, if the old data is FOO_ and the new data is FOO, this check will conclude that they are identical and will not write FOO to NVRAM, therefore I added an extra memcmp to make sure this doesn't happen. Change-Id: Iab070c756c33d751ca82594d5f587500b05cc867