Skip to content

LKG v1.1.147

Latest
Compare
Choose a tag to compare
@samtertzakian samtertzakian released this 13 Sep 21:06
9f802f4

Merge20240913

  1. Correct regression that causes BSOD when reference strings are used in IoctlHandler. Add reference string to unit test.
  2. Add support for reusing WDFREQUEST that is sent asynchronously in DeviceInterfaceTarget, DeviceInterfaceMultipleTarget, DefaultTarget and SelfTarget. Add unit tests for the new APIs. Update documentation for new APIs.
  3. Correct race condition issue in RequestTarget.
  4. Clean up of .md files formatting in preparation for future updates.
  5. Correct warnings/errors emitted by static analysis tools.
  6. Correct issues in unit test code.
  7. Add ARM support for building samples.
  8. Change Thread Module so that stopping thread does not actually destroy the thread.