Closed janisozaur closed 3 years ago
Is there something specific to netkvm or virtio-win? Or the same happens also with other drivers/not only drivers that use WPP?
I can't quite tell yet, I'm not really familiar with developing drivers on Windows and when filing I was not aware WPP is part provided by MS. That said I have not yet worked out where does the condition get injected from.
While looking at the code I noticed following snippet, extracted from preprocessed
ParaNdis_Common.i
file:The bit that I'm interested in is
WPP_GLOBAL_Control != (WPP_PROJECT_CONTROL_BLOCK*)&WPP_GLOBAL_Control
condition. I would like to understand it a bit more, it's likely I'm missing something here, as it seems to me it should be the same asWPP_GLOBAL_Control != WPP_GLOBAL_Control
.