Opened 11 years ago
Closed 11 years ago
#9895 closed bug (fixed)
[system/boot/platform/bios_ia32] acpi.cpp: Dereference of a null pointer
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In acpi_check_rsdt(), if variable "rsdt" is NULL, length = rsdt->length causes dereference of a null pointer. Please see attached report.
Attachments (2)
Change History (4)
by , 11 years ago
Attachment: | 0015-Fix-dereference-of-a-null-pointer.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied a fix in hrev45899. Thanks!
Note:
See TracTickets
for help on using tickets.
Patch