mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Extend a local buffer to prevent an overflow of the XSDT address.
Submitted by: Joerg Sonnenberger Obtained from: DragonflyBSD MFC after: 1 day
This commit is contained in:
parent
5970af4cd4
commit
2626a56934
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145158
@ -51,7 +51,7 @@ void
|
||||
biosacpi_detect(void)
|
||||
{
|
||||
RSDP_DESCRIPTOR *rsdp;
|
||||
char buf[16];
|
||||
char buf[24];
|
||||
int revision;
|
||||
|
||||
/* XXX check the BIOS datestamp */
|
||||
|
Loading…
Reference in New Issue
Block a user