projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe6d2c
)
Fix: bad type of return variable
author
David Goulet
<dgoulet@efficios.com>
Tue, 12 Nov 2013 18:41:23 +0000
(13:41 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 12 Nov 2013 18:41:23 +0000
(13:41 -0500)
Fix coverity issue
1128442
.
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/compat/compat-epoll.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/compat/compat-epoll.c
b/src/common/compat/compat-epoll.c
index 1380ce85527a74dae304b2777de5a72c489b6b5c..25c9955045b3bb09435beea959d891c67f1c77a4 100644
(file)
--- a/
src/common/compat/compat-epoll.c
+++ b/
src/common/compat/compat-epoll.c
@@
-250,7
+250,7
@@
error:
void compat_epoll_set_max_size(void)
{
int ret, fd;
- size_t size_ret;
+ s
s
ize_t size_ret;
char buf[64];
poll_max_size = DEFAULT_POLL_SIZE;
This page took
0.025642 seconds
and
4
git commands to generate.