This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#239
from ploxiln/printbuf_empty
initialize null terminator of new printbuf
tags/json-c-0.13-20171207
Eric Haszlakiewicz
GitHub
9 years ago
parent
2b255d0ebf
868b20ce4e
commit
b366750e11
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
printbuf.c
+ 1
- 0
printbuf.c
View File
@@ -42,6 +42,7 @@ struct printbuf* printbuf_new(void)
free(p);
return NULL;
}
p->buf[0]= '\0';
return p;
}
Write
Preview
Loading…
Cancel
Save