]> Zhao Yanbai Git Server - minix.git/commit
fix null deref; vmnt->mounted_on is NULL legitimately for root.
authorBen Gras <ben@minix3.org>
Mon, 29 Mar 2010 11:39:54 +0000 (11:39 +0000)
committerBen Gras <ben@minix3.org>
Mon, 29 Mar 2010 11:39:54 +0000 (11:39 +0000)
commitbc0e36f40281ab9b304fc11d9ce8fa73c375dcf1
tree5f3c6a2db42dcd569786efeea9b25ad70228ad66
parent5b52c5aa0202d8794798b9748050bbda180d125c
fix null deref; vmnt->mounted_on is NULL legitimately for root.

changed check+panic to assert().

added assert().
servers/vfs/path.c