Page MenuHomeFreeBSD

D34594.diff
No OneTemporary

D34594.diff

diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c
--- a/sys/arm/arm/exec_machdep.c
+++ b/sys/arm/arm/exec_machdep.c
@@ -107,6 +107,7 @@
critical_exit();
} else
MPASS(TD_IS_SUSPENDED(td));
+ memset(vfp, 0, sizeof(*vfp));
memcpy(vfp->mcv_reg, pcb->pcb_vfpstate.reg,
sizeof(vfp->mcv_reg));
vfp->mcv_fpscr = pcb->pcb_vfpstate.fpscr;

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 5, 7:28 AM (22 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13623048
Default Alt Text
D34594.diff (367 B)

Event Timeline