#359 closed bug (fixed)
driveinfo brings KDL
Reported by: | korli | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When I launch driveinfo with the boot harddisk device path as argument, it brings KDL in block_io kernel module.
Attachments (1)
Change History (7)
comment:1 by , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|
comment:5 by , 19 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
revision 16889.
in src/add-ons/kernel/generic/block_io/block_io.c:find_bios_drive_info(), the local variable "drive" is set to NULL, and then accessed with : if (drive-
TODO items in this file should be fixed to solve this bug anyway.