Skip to content

Conversation

@rhc54
Copy link
Contributor

@rhc54 rhc54 commented Jan 24, 2017

Since nobody else would do it, backport the following:

Due to the conversion from ssize_t to int we were losing bytes, and
ended up writing outside the receiver buffer. Similarly on the send,
due to the conversion to a lesser type, we could missinterpret the
end of the fragment.

(corresponds to master commit 999d497)

Signed-off-by: Ralph Castain rhc@open-mpi.org

Due to the conversion from ssize_t to int we were losing bytes, and
ended up writing outside the receiver buffer. Similarly on the send,
due to the conversion to a lesser type, we could missinterpret the
end of the fragment.

(corresponds to master commit 999d497)

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
@rhc54 rhc54 added the bug label Jan 24, 2017
@rhc54 rhc54 added this to the v1.10.6 milestone Jan 24, 2017
@rhc54 rhc54 requested a review from hppritcha January 24, 2017 14:59
@rhc54 rhc54 merged commit 9737e8f into open-mpi:v1.10 Jan 24, 2017
@rhc54 rhc54 deleted the cmr10/tcp branch January 24, 2017 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants