1
1
openmpi/opal/mca/pmix/ext1x
Jeff Squyres 28e51ad4d4 opal: convert from strncpy() -> opal_string_copy()
In many cases, this was a simple string replace.  In a few places, it
entailed:

1. Updating some comments and removing now-redundant foo[size-1]='\0'
   statements.
2. Updating passing (size-1) to (size) (because opal_string_copy()
   wants the entire destination buffer length).

This commit actually fixes a bunch of potential (yet quite unlikely)
bugs where we could have ended up with non-null-terminated strings.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-09-27 11:56:18 -07:00
..
configure.m4 Default to internal PMIx if newer than external 2018-07-19 11:02:03 -07:00
Makefile.am Update the PMIx external components 2018-01-25 08:35:57 -08:00
pmix1x_client.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
pmix1x_component.c Fix external PMIx v1.2.5 support 2018-04-25 13:42:36 -07:00
pmix1x_server_north.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
pmix1x_server_south.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
pmix1x.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
pmix1x.h Fix external PMIx v1.2.5 support 2018-04-25 13:42:36 -07:00