projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af4545
)
One more review comment
author
Jiri Prokes
<jirix.x.prokes@intel.com>
Wed, 25 Oct 2017 16:59:36 +0000
(09:59 -0700)
committer
Jiri Prokes
<jirix.x.prokes@intel.com>
Wed, 25 Oct 2017 16:59:36 +0000
(09:59 -0700)
Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
src/utils_dpdk.c
patch
|
blob
|
history
diff --git
a/src/utils_dpdk.c
b/src/utils_dpdk.c
index
b605646
..
fbdcaf8
100644
(file)
--- a/
src/utils_dpdk.c
+++ b/
src/utils_dpdk.c
@@
-734,7
+734,7
@@
static void dpdk_helper_check_pipe(dpdk_helper_ctx_t *phc) {
if (nbytes <= 0)
break;
buf[nbytes] = '\0';
- sstrncpy(out, buf,
(nbytes + 1
));
+ sstrncpy(out, buf,
sizeof(out
));
DEBUG("%s: helper process:\n%s", phc->shm_name, out);
}
}