https://bugzilla.kernel.org/show_bug.cgi?id=38672 --- Comment #6 from Steve <stefan.bosak@xxxxxxxxx> 2011-07-05 23:44:45 --- Here is bug (xen-mapcache.c): void qemu_map_cache_init(void) { -> mapcache->entry = qemu_mallocz(size); should be: mapcache->entry = qemu_mallocz(size*sizeof(MapCacheEntry)); } Should somebody commit this fix ? Thank you for your time. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html