libmount: result of operation is garbage or undefined [clang analyze]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-03-29 15:44:48 +02:00
parent c6121fec26
commit 935f9d5b35
1 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ static int userspace_event_verify(struct libmnt_monitor *mn,
DBG(MONITOR, ul_debugobj(mn, "drain and verify userspace monitor inotify"));
/* the 'fd' is non-blocking */
/* the me->fd is non-blocking */
do {
ssize_t len;
char *p;
@ -326,7 +326,7 @@ static int userspace_event_verify(struct libmnt_monitor *mn,
for (p = buf; p < buf + len;
p += sizeof(struct inotify_event) + e->len) {
int fd;
int fd = -1;
e = (const struct inotify_event *) p;
DBG(MONITOR, ul_debugobj(mn, " inotify event 0x%x [%s]\n", e->mask, e->len ? e->name : ""));