From 935f9d5b35f189dac77b3496245958235c3e9f2c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 29 Mar 2016 15:44:48 +0200 Subject: libmount: result of operation is garbage or undefined [clang analyze] Signed-off-by: Karel Zak --- libmount/src/monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmount/src/monitor.c') diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c index 9f9e2ba81..a4b2e018c 100644 --- a/libmount/src/monitor.c +++ b/libmount/src/monitor.c @@ -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 : "")); -- cgit v1.2.3-55-g7522