Re: [PATCH] hooks: fix a missing-check bug in selinux_add_mnt_opt()

From: Sergei Shtylyov
Date: Thu May 30 2019 - 05:15:35 EST


Hello!

On 30.05.2019 11:06, Gen Zhang wrote:

In selinux_add_mnt_opt(), 'val' is allcoted by kmemdup_nul(). It returns

Allocated?

NULL when fails. So 'val' should be checked.

Signed-off-by: Gen Zhang <blackgod016574@xxxxxxxxx>
[...]

MBR, Sergei