95fa693273
ompi_pointer_array.c:ompi_pointer_array_set_item() was slightly changed such that the "find the next open slot when the requested index was already open" logic was no longer right -- since the new lowest_free value is not set until ''after'' we look for the next open slot, we need to start searching for the new lowest_free slot at the (index+1) position (not the index position). This commit was SVN r17021. The following SVN revision numbers were found above: r17007 --> open-mpi/ompi@906e8bf1d1