54ca3310ea
Several fixes to string handling: 1. strncpy() -> opal_string_copy() (because opal_string_copy() guarantees to NULL-terminate, and strncpy() does not) 2. Simplify a few places, such as: * Since opal_string_copy() guarantees to NULL terminate, eliminate some memsets(), etc. * Use opal_asprintf() to eliminate multi-step string creation There's more work that could be done; e.g., this commit doesn't attempt to clean up any strcpy() usage. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> |
||
---|---|---|
.. | ||
base.h | ||
fs_base_file_close.c | ||
fs_base_file_delete.c | ||
fs_base_file_get_size.c | ||
fs_base_file_select.c | ||
fs_base_file_set_size.c | ||
fs_base_file_sync.c | ||
fs_base_file_unselect.c | ||
fs_base_find_available.c | ||
fs_base_frame.c | ||
fs_base_get_parent_dir.c | ||
Makefile.am | ||
owner.txt |