| Age | Commit message (Collapse) | Author |
|
* Update README.md
* Update README.md
|
|
|
|
|
|
update the tags to properly match
|
|
|
|
|
|
|
|
fix null pointer deref. pSendParams has moved under pCompletionData and any further use must be done from this struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
|
|
ture -> true
|
|
ture -> true
|
|
ture -> true
|
|
TURE -> TRUE
|
|
|
|
|
|
* Rename YAML manifests to use .yml extension
* Add preserveParentHierarchy: true to YAML manifest
* Updated YAML manifest for Microsoft Samples portal.
* Fix YAML newline warnings
* Updated vssolution path in YAML manifests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix spelling of ENUERATE in ndis filter sample.
Keep old IOCTL name to not break existing drivers
|
|
|
|
|
|
Avoid 0x80000003 on 32-bit Windows in msnmntr.
|
|
Submit WDI sample driver to GitHub for RS1.
|
|
|
|
|
|
Revised WFP Sampler
|
|
Adding WDI sample from partner enablement-China
|
|
Moves sample to unique folder, in order to add another WIFI sample
GitHub repository
|
|
The exception occurs in MonitorCoStreamFlowDeletion, but the bug is in MonitorCoCreateFlowContext.
In 32-bit Windows, the high bit of kernel mode pointers is set, and the pointer value is 0x80000000 or above. Casting 0x80000000 to a UINT64 yields 0xffffffff80000000 because of sign extension. ULongLongToULongPtr converts 0xffffffff80000000 to 0xffffffff. Boom.
Cast using an intermediate uintptr_t to avoid the sign extension in the first place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|