]> 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)
commite91637f797fd38ddec0675d43088600f82c10f75
tree3f957c908fe3d970e73ec937d5ffc55552925584
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>
trunk/ulp/dapl2/dapl/openib_cma/cm.c