]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
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)
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>

No differences found