Re: [OMPI devel] [OMPI commits] Git: open-mpi/ompi branch master updated. v2.x-dev-2911-gc7bf9a0

2016-09-23 Thread Gilles Gouaillardet
Ralph, i fixed that in https://github.com/open-mpi/ompi/commit/f9ebba466817b488974b0de6f941e31419336631 Cheers, Gilles On 9/22/2016 6:10 PM, r...@open-mpi.org wrote: Hey Gilles This fix doesn’t look right to me. +/* we read something - better get more */ +

Re: [OMPI devel] [OMPI commits] Git: open-mpi/ompi branch master updated. v2.x-dev-2911-gc7bf9a0

2016-09-22 Thread r...@open-mpi.org
Hey Gilles This fix doesn’t look right to me. > +/* we read something - better get more */ > +num_chars_read += rc; > +orted_uri = realloc((void*)orted_uri, buffer_length+chunk); > +memset(_uri[buffer_length], 0, chunk); > +