]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r343473:
authoravos <avos@FreeBSD.org>
Thu, 31 Jan 2019 11:36:28 +0000 (11:36 +0000)
committeravos <avos@FreeBSD.org>
Thu, 31 Jan 2019 11:36:28 +0000 (11:36 +0000)
commit0f5262b99e43cfcc4922a1551cf66670d91493f9
treeced6bd3f9d1ed6390dff1fea0c362a3944089a29
parent69867415c94f80f93ee215b56b86dacc1b0140f5
MFC r343473:
geom_uzip(4): move NULL pointer KASSERT check before it is dereferenced

PR: 203499
Submitted by: <chadf@triularity.org>

MFC r343475:
geom_uzip(4): set 'gp != NULL' assertion on top of the function

There was yet another access to this variable in g_trace() few
lines upper.

PR: 203499
Reported by: cem
sys/geom/uzip/g_uzip.c