qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Potential Null dereference


From: Mansour Ahmadi
Subject: Potential Null dereference
Date: Mon, 23 Mar 2020 23:05:08 -0400

Hi,

Nullness of  needs to be checked here:

pstrcpy(bs->exact_filename, sizeof(bs->exact_filename),...

While it is done at 2 other locations:

if (bs->backing == NULL) { return}

Thanks,
Mansour


reply via email to

[Prev in Thread] Current Thread [Next in Thread]