commit | 883ef2499c2ff76605f73b1240f719ca6282e554 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Sep 10 16:56:34 2013 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Sep 10 17:34:03 2013 -0700 |
tree | ce927c08a9e7b6f11ad68063f58c8474d214e87b | |
parent | 49c0d471a8ba9ed32e7fdadb7e4ea6118b4b4af4 [diff] |
__memcpy_chk: Fix signed cmp of unsigned values. I accidentally did a signed comparison of the size_t values passed in for three of the _chk functions. Changing them to unsigned compares. Add three new tests to verify this failure is fixed. Bug: 10691831 Change-Id: Ia831071f7dffd5972a748d888dd506c7cc7ddba3