mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add context to note.
PiperOrigin-RevId: 294300040
This commit is contained in:
committed by
gVisor bot
parent
3e8b38d08b
commit
2889ffa84e
@@ -26,10 +26,11 @@
|
||||
//
|
||||
// func initX86FPState(data *FloatingPointData, useXsave bool)
|
||||
//
|
||||
// We need to clear out and initialize an empty fp state area since the sentry
|
||||
// may have left sensitive information in the floating point registers.
|
||||
// We need to clear out and initialize an empty fp state area since the sentry,
|
||||
// or any previous loader, may have left sensitive information in the floating
|
||||
// point registers.
|
||||
//
|
||||
// Preconditions: data is zeroed
|
||||
// Preconditions: data is zeroed.
|
||||
TEXT ·initX86FPState(SB), $24-16
|
||||
// Save MXCSR (callee-save)
|
||||
STMXCSR mxcsr-8(SP)
|
||||
|
||||
Reference in New Issue
Block a user