1
0
mirror of https://github.com/golang/go synced 2024-07-05 18:00:52 +00:00

Updated LinuxKernelSignalVectorBug (markdown)

Keith Randall 2020-03-11 22:01:26 -07:00
parent efa85f202d
commit ea6d8e8a3b

@ -23,7 +23,7 @@ The bug affects programs written in any language.
The bug only affects programs that receive signals.
Among programs that receive signals, the bug is more likely to affect programs that use an alternate signal stack.
The bug only affects programs that use the YMM registers.
In Go programs in particular the bug will normally cause memory corruption, as Go programs primarily use the YMM register to implement copying one memory buffer to another.
In Go programs in particular the bug will normally cause memory corruption, as Go programs primarily use the YMM registers to implement copying one memory buffer to another.
The bug [was reported to the Linux kernel developers](https://bugzilla.kernel.org/show_bug.cgi?id=205663).
It was quickly fixed.