Opened 10 years ago
Closed 10 years ago
#594 closed defect (fixed)
e1k driver crashes due to NULL fun->driver_data
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.0 |
Component: | helenos/drv/e1k | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
As of mainline,2151, running the nic
command will crash the e1k
driver with the following stack:
nic_get_specific() e1000_get_cable_state() ...
The immediate reason is that ddf_fun_data_get()
returns NULL as found in fun->driver_data
.
Note:
See TracTickets
for help on using tickets.
Fixed in mainline,2152.