[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YQiriSng6l82NN6M@mit.edu>
Date: Mon, 2 Aug 2021 22:35:53 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: wuguanghao <wuguanghao3@...wei.com>
Cc: linux-ext4@...r.kernel.org, linfeilong@...wei.com,
liuzhiqiang26@...wei.com
Subject: Re: [PATCH v3 11/12] misc/lsattr: check whether path is NULL in
lsattr_dir_proc()
On Wed, Jul 28, 2021 at 09:56:48AM +0800, wuguanghao wrote:
> From: Zhiqiang Liu <liuzhiqiang26@...wei.com>
>
> In lsattr_dir_proc(), if malloc() return NULL, it will cause
> a segmentation fault problem.
>
> Signed-off-by: Zhiqiang Liu <liuzhiqiang26@...wei.com>
> Signed-off-by: Wu Guanghao <wuguanghao3@...wei.com>
Thanks, applied.
Note that fputs() does not print a trailing newline (unlike puts()).
So I fixed up the error message to include a newline character at the
end.
- Ted
Powered by blists - more mailing lists