1
1
openmpi/opal/mca/shmem
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
..
base more c99 updates 2015-06-25 10:14:13 -06:00
mmap opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
posix mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
sysv mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
Makefile.am The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
shmem_types.h more c99 updates 2015-06-25 10:14:13 -06:00
shmem.h MCA: Add the project/project version to the MCA base component 2015-03-27 10:59:04 -06:00