[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xc_map_foreign_bulk() memory leak in ARM version?
Oh.. We have found out the root of the problem.
In our version of code there was a mistake in condition inside privcmd_close(). It was: if (!xen_feature(XENFEAT_auto_translated_physmap || !numpgs || !pages)) But the right one is: if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) Looks like typo. git blame shows that this version of code was added in commit d71f513985c22f1050295d1a7e4327cf9fb060da on Oct 17 2012, so you can check it. Thanks for your replies!
Best regards, Nyashka 2013/5/17 Mukesh Rathor <mukesh.rathor@xxxxxxxxxx>
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |