1
1

Fix size mismatch that was causing assertion failures when compiled

with -O3 (i.e., memory overwrites into memory that it shouldn't have).

This commit was SVN r2865.
Этот коммит содержится в:
Jeff Squyres 2004-09-27 23:02:37 +00:00
родитель 57ca18ce88
Коммит e1ee08e632

Просмотреть файл

@ -87,7 +87,7 @@ int gpr_proxy_put(ompi_registry_mode_t mode, char *segment,
char **tokptr;
int recv_tag, i, ret;
int32_t num_tokens, object_size;
int16_t response;
int32_t response;
if (mca_gpr_proxy_debug) {
ompi_output(0, "gpr_proxy_put: entered for segment %s 1st token %s", segment, *tokens);