Commit 63391af
committed
Revert "pml/cm: fix buffer usage in MCA_PML_CM_HVY_SEND_REQUEST_BSEND_ALLOC()"
This reverts commit d71fe93.
The revert fixes a bug revealed by mtt ibm test suite. The send buffer,
instead of the attached user buffer, was used for MPI_Bsend.
This violates the MPI_Bsend semantic and makes it unsafe to reuse the
send buffer after the function returns.
The revert is also needed for 4.x
Signed-off-by: Wenduo Wang <wenduwan@amazon.com>1 parent 76b91ce commit 63391af
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments