[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20021.1262066120@jrobl>
Date: Tue, 29 Dec 2009 14:55:20 +0900
From: hooanon05@...oo.co.jp
To: viro@...IV.linux.org.uk
cc: linux-kernel@...r.kernel.org
Subject: Q. d_alloc() in pipe(2)
In pipe(2), create_write_pipe() creates a dentry by
struct qstr name = { .name = "" };
d_alloc(root, &name);
But d_alloc() refers name->len which is uninitialized.
Isn't it better to replace d_alloc() by d_alloc_name(root, "")?
J. R. Okajima
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists