]> git.openfabrics.org - ~shefty/rdma-win.git/commit
dapl: quick fix for wrong private data size
authorSean Hefty <sean.hefty@intel.com>
Sat, 23 Jan 2010 06:29:39 +0000 (22:29 -0800)
committerSean Hefty <sean.hefty@intel.com>
Sat, 23 Jan 2010 06:29:39 +0000 (22:29 -0800)
commitecf1598c5ad76ba4eb5e13bf7a1c0dc457f054fc
tree6ef74d9f085bf61fd5210149cb3820201c01776a
parentaf838aef3d700e8ed7dba073f759c617ab3e47b7
dapl: quick fix for wrong private data size

DAPl expects the private data size to be up to 256 bytes, but
on windows the private data size is limited to 56 bytes.  As
a result, DAPL can access memory beyond the end of what's
allocated.

A more 'correct' fix is being submitted upstream to dapl.  This
is a simpler fix for the Windows 2.2 release only.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>