From efa85f202da02c59fd8c05b2608131ddb6f55879 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Wed, 11 Mar 2020 21:58:54 -0700 Subject: [PATCH] Updated LinuxKernelSignalVectorBug (markdown) --- LinuxKernelSignalVectorBug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxKernelSignalVectorBug.md b/LinuxKernelSignalVectorBug.md index 17ffd4fa..5adb5579 100644 --- a/LinuxKernelSignalVectorBug.md +++ b/LinuxKernelSignalVectorBug.md @@ -8,7 +8,7 @@ runtime: note: see https://golang.org/wiki/LinuxKernelSignalVectorBug ``` then you are using a Linux kernel that may have a bug. -This kernel bug may have caused memory corruption in your Go program, and may have caused the program to crash. +This kernel bug may have caused memory corruption in your Go program, and may have caused your Go program to crash. If you understand why your program crashed, then you can ignore this page.