Maxime Villard <[email protected]> wrote: > Hi, > there seems to be a vnode issue in compat/linux/common/linux_uselib.c: > > <...> > > And I'm wondering: what is the impact of such bugs? njoly@ tested a > small sample I sent him and apparently there doesn't seem to be any > glaring issue.
It is a resource leak; the vnode would never get freed. The patch looks fine. -- Mindaugas
