Dear Team,
In response to your follow-up question, yes, it is highly likely that the BSOD is related to a filter driver. Since your miniport driver only frees the NET_BUFFER_LIST
on disable or uninstall, a crash during normal operation points to another component in the network stack mishandling the data. The responsibility for correctly managing cloned NET_BUFFER_LIST
s lies with the driver that created them, which in this case, appears to be a filter driver.
Best Regards,