NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57661 CVS commit: src/sys/arch/x86/x86



The following reply was made to PR port-amd64/57661; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57661 CVS commit: src/sys/arch/x86/x86
Date: Sun, 15 Oct 2023 13:13:22 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Oct 15 13:13:22 UTC 2023
 
 Modified Files:
 	src/sys/arch/x86/x86: identcpu.c
 
 Log Message:
 x86: Panic if cpuid's fpu save size is larger than we support.
 
 Ideally this wouldn't panic, but the alternative right now is to
 crash in a memset later -- or silently corrupt kernel memory -- so
 this doesn't make the situation worse than it was before.
 
 PR kern/57661
 
 XXX pullup-10
 XXX pullup-9
 XXX pullup-8
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.123 -r1.124 src/sys/arch/x86/x86/identcpu.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index