mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Prevent buffer overflow on SMP systems. The buffer may be filled with 'Unknown CPU with family ID %ld and model ID %ld. Patch by Herve Poussineau.
svn path=/trunk/; revision=13427
This commit is contained in:
@@ -1220,7 +1220,7 @@ ULONG MPChecksum(PUCHAR Base,
|
||||
PCHAR HaliMPFamily(ULONG Family,
|
||||
ULONG Model)
|
||||
{
|
||||
static CHAR str[32];
|
||||
static CHAR str[64];
|
||||
static PCHAR CPUs[] =
|
||||
{
|
||||
"80486DX", "80486DX",
|
||||
|
||||
Reference in New Issue
Block a user