Fix uninitialized memory read in PrefixSet test.
commit955c0684cf393853271fb37e32e5fbcc85493357
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 11 Feb 2014 21:12:19 +0000 (11 21:12 +0000)
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 11 Feb 2014 21:12:19 +0000 (11 21:12 +0000)
tree5e28b917701cadd02b2a408613590933ec3d220f
parent3bfb505045f2239b797c091433d1132f248d6926
Fix uninitialized memory read in PrefixSet test.

The code was explicitly testing values likely to be oddly padded, so
it needed to clear memory more thoroughly.

BUG=341957
R=groby@chromium.org

Review URL: https://codereview.chromium.org/146313009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250505 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/safe_browsing/prefix_set_unittest.cc