Skip to content

SMPI/replay: Fix issue with recv of size =0.

Augustin Degomme requested to merge adegomme-master-patch-16995 into master

Negative values can be used to trigger a probe in case of unknown receive size, but 0 is a legit value.

Merge request reports