cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

driver: Fixed some issues found using Driver Verifier #86

Closed stefan-chivu closed 1 year ago

stefan-chivu commented 1 year ago

In driver.c, some logs regarding device unmaps were trying to access the value of Device->Properties.InstanceName after the device was being released.

This caused Driver Verifier to report a page fault when the driver's log level was set to 4 (debug).

Signed-off-by: Stefan Chivu schivu@cloudbasesolutions.com