]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r353757:
authorToomas Soome <tsoome@FreeBSD.org>
Sat, 26 Oct 2019 10:33:21 +0000 (10:33 +0000)
committerToomas Soome <tsoome@FreeBSD.org>
Sat, 26 Oct 2019 10:33:21 +0000 (10:33 +0000)
commit8516a82ffb2bbe555d6fe560cf0ddc1e3253e867
tree02e14b0a3c1c25b3d35b613760169e68620bcd65
parent4f96afd0df6fd45fab5a1b9315687da99ff12177
MFC r353757:
loader: zfs_fmtdev can crash when pool discovery did fail and we have no spa

When zfs probe did fail and no spa was created, but zfs_fmtdev() is called,
we will crash while dereferencing spa (NULL pointer dereference).
stand/libsa/zfs/zfs.c