File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
12
* All rights reserved.
13
13
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
14
- * Copyright (c) 2015 Research Organization for Information Science
14
+ * Copyright (c) 2015-2017 Research Organization for Information Science
15
15
* and Technology (RIST). All rights reserved.
16
16
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
17
17
* reserved.
@@ -44,9 +44,9 @@ static opal_condition_t mca_pml_bsend_condition; /* condition variable to block
44
44
static mca_allocator_base_component_t * mca_pml_bsend_allocator_component ;
45
45
static mca_allocator_base_module_t * mca_pml_bsend_allocator ; /* sub-allocator to manage users buffer */
46
46
static size_t mca_pml_bsend_usersize ; /* user provided buffer size */
47
- unsigned char * mca_pml_bsend_userbase ; /* user provided buffer base */
48
- unsigned char * mca_pml_bsend_base ; /* adjusted base of user buffer */
49
- unsigned char * mca_pml_bsend_addr ; /* current offset into user buffer */
47
+ unsigned char * mca_pml_bsend_userbase = NULL ; /* user provided buffer base */
48
+ unsigned char * mca_pml_bsend_base = NULL ; /* adjusted base of user buffer */
49
+ unsigned char * mca_pml_bsend_addr = NULL ; /* current offset into user buffer */
50
50
static size_t mca_pml_bsend_size ; /* adjusted size of user buffer */
51
51
static size_t mca_pml_bsend_count ; /* number of outstanding requests */
52
52
static size_t mca_pml_bsend_pagesz ; /* mmap page size */
You can’t perform that action at this time.
0 commit comments