--- xen/common/grant_table.c.old 2005-04-11 12:02:40.000000000 -0500 +++ xen/common/grant_table.c 2005-04-11 12:03:37.000000000 -0500 @@ -311,7 +311,8 @@ __gnttab_map_grant_ref( struct exec_domain *led; u16 dev_hst_ro_flags; int handle; - unsigned long frame, host_virt_addr; + unsigned long host_virt_addr = 0; + unsigned long frame = 0; int rc; /* Returns 0 if TLB flush / invalidate required by caller.