1
1
openmpi/opal/mca/shmem/mmap
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 configury: test portability 2015-12-28 13:58:45 +09:00
help-opal-shmem-mmap.txt help-opal-shmem-mmap.txt: trivial typo fix 2014-10-24 03:23:53 -07:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
shmem_mmap_component.c Update the singularity support to match that of the latest singularity master. Remove the restriction on shared memory components by instructing singularity to not isolate the PID space. Add a new schizo API to allow setting up the original app_context. Ensure the container is installed prior to execution. 2016-03-05 21:47:42 -08:00
shmem_mmap_module.c opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
shmem_mmap.h Updates to r25652 -- put this MCA param in the shmem/mmap component. 2011-12-15 20:41:14 +00:00