Loaddrv - Case Sensitivity Issues #89

Open
opened 2024-08-09 19:38:22 +02:00 by ramenu · 0 comments
Member

I'm not sure if this is intentional behavior. But here it is.

Basically, there is some mechanism in LOADDRV to prevent the driver from being loaded again. If you invoke the driver by its service_proc name then it won't load it. However, it seems that this check doesn't account for case sensitivity, so writing something like "loaddrv NVMe" when the service_proc name is "nvme" will cause LOADDRV to invoke the driver again. I don't think this is expected behavior.

I'm not sure if this is intentional behavior. But here it is. Basically, there is some mechanism in LOADDRV to prevent the driver from being loaded again. If you invoke the driver by its service_proc name then it won't load it. However, it seems that this check doesn't account for case sensitivity, so writing something like "loaddrv NVMe" when the service_proc name is "nvme" will cause LOADDRV to invoke the driver again. I don't think this is expected behavior.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#89
No description provided.