[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080719131909.GB7027@asus>
Date: Sat, 19 Jul 2008 17:19:09 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Li Zefan <lizf@...fujitsu.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Al Viro <viro@...iv.linux.org.uk>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] vfs: use kstrdup()
[Cyrill Gorcunov - Sat, Jul 19, 2008 at 05:13:17PM +0400]
[...]
| | - }
| | - }
| | + mnt->mnt_devname = kstrdup(name, GFP_KERNEL);
| | }
| | return mnt;
| | }
| | --
| | 1.5.4.rc3
| |
| |
|
| but kstrdup may return NULL - is it safe there?
| Sorry if that "not smart" question.
|
| - Cyrill -
ah, I see it is safe - sorry for noise
- Cyrill -
--
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