Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
c8c07ae8
Commit
c8c07ae8
authored
Dec 03, 2015
by
Misbah Mubarak
Browse files
Uninitialized pointer to char creates issues with annotations
parent
5ed40e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/models/network-workloads/model-net-synthetic.c
View file @
c8c07ae8
...
...
@@ -341,7 +341,7 @@ int main(
int
rank
;
int
num_nets
;
int
*
net_ids
;
char
*
anno
;
char
anno
[
MAX_NAME_LENGTH
]
;
tw_opt_add
(
app_opt
);
tw_init
(
&
argc
,
&
argv
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment