1
1
openmpi/opal/mca/pmix/ext2x
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
..
common_sym_whitelist.txt Now that PMIx has settled on its release strategy and numbering, update the OPAL pmix framework to track 2016-12-02 15:44:43 -08:00
configure.m4 Complete the fix of the ORTE DVM. We will now use "prun" instead of "orterun -hnp foo" to execute jobs. This provides the feature of automatic discovery of the orte-dvm so you don't need to manually enter URI's or contact file locations. All IO is forwarded to prun. 2017-09-16 13:13:07 -07:00
ext2x_client.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
ext2x_component.c Fix typo 2018-07-25 20:05:33 -07:00
ext2x_local.c pmix/ext2x: automatically generate ext2x component from pmix2x sources 2017-08-30 09:41:31 +09:00
ext2x_server_north.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
ext2x_server_south.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
ext2x.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
ext2x.h Update the PMIx external components 2018-01-25 08:35:57 -08:00
help-pmix-ext2x.txt Roll in update to PMIx master. Transfer updates from pmix2x component to ext2x 2017-08-22 13:06:47 -07:00
Makefile.am Since PMIx is moving to release v3.0, embed the new release candidate in opal/pmix framework. Move the pmix2x code over to the ext2x component. Create a new ext3x component 2017-10-09 13:51:08 -07:00