ofiwg / fabtests

FROZEN: the master branch has merged with the libfabric git repo

Home Page:http://libfabric.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rdm_rma_trigger message validation issue

j-xiong opened this issue · comments

The test writes the message to the remote side without the trailing '\0'. The correctness checking will fail if the receive buffer has non-0 content beyond the message length. The rx buffer is used for exchanging ep name before being used to received the message. Usually it doesn't expose the bug. However, when the ep name is longer than the message (e.g. when FI_ADDR_STR is used), the test may fail.

The rdm_rma_simple test doesn't have the issue.