Disallowed a NULL pointer from being passed as the second argument to memcpy(), which...
commit1c204e0f2fe0882ab1d3d5a61c3d613afd0fbc95
authorkhorimoto@chromium.org <khorimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 Mar 2012 02:14:44 +0000 (28 02:14 +0000)
committerkhorimoto@chromium.org <khorimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 28 Mar 2012 02:14:44 +0000 (28 02:14 +0000)
treec390dbd95123ce27a41ef3f4b16747b14264c2f1
parent177154bca217a66fb61e5667b715961984195e62
Disallowed a NULL pointer from being passed as the second argument to memcpy(), which is undefined behavior.

CID=103649
BUG=NONE
TEST=NONE

Review URL: http://codereview.chromium.org/9872001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129346 0039d316-1c4b-4281-b951-d872f2087c98
net/spdy/spdy_framer.cc