<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/filesys/miniFilter, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/filesys/miniFilter?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/filesys/miniFilter?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-12-29T17:38:40Z</updated>
<entry>
<title>Merge branch 'main' into fix-transaction-processing</title>
<updated>2024-12-29T17:38:40Z</updated>
<author>
<name>ya-solnyshko</name>
<email>82104972+ya-solnyshko@users.noreply.github.com</email>
</author>
<published>2024-12-29T17:38:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3dbe73da0848fce170ff4f59459bc597f0d0cd34'/>
<id>urn:sha1:3dbe73da0848fce170ff4f59459bc597f0d0cd34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files</title>
<updated>2024-07-02T00:33:16Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-07-02T00:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5569c08aa2818c6240744bb47a00f67f20fdb54'/>
<id>urn:sha1:d5569c08aa2818c6240744bb47a00f67f20fdb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RI develop to main (#1189)</title>
<updated>2024-06-28T16:56:29Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-06-28T16:56:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=263b19b4347fcda2e236c14a9daf41e7d518625d'/>
<id>urn:sha1:263b19b4347fcda2e236c14a9daf41e7d518625d</id>
<content type='text'>
* Memory leakage in message

"sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed.

* Handles malloc function fail case

* Refactors comment line

* Solves the miscalculation of the message index

* simbatt: Fix broken registry read-back

The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me.

Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails.

* Issue of freeing memory without waiting completion of threads accessing it is fixed

* Fixes information leakage warning

Fixes the issue of possible information leakage from uninitialized padding bytes

* Avoids possible multiplication overflow warning

* Avoids possible multiplication overflow warning

* CI Pipelines build with WDK Nuget Packages (#1179)

Integrate nuget into the workflow pipelines

* FI from main to develop (#1188)

Fix text and minor issues in Winget configuration files

Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;

* Improve version info, vsix installation, and update building locally readme

* Fix printing vsix version

* Refactored vsix install and cleaned up build sampleset

---------

Co-authored-by: İsa Yurdagül &lt;38290414+isayrdgl@users.noreply.github.com&gt;
Co-authored-by: Fredrik Orderud &lt;fredrik.orderud@ge.com&gt;
Co-authored-by: Christian Allred &lt;13487734+cgallred@users.noreply.github.com&gt;
Co-authored-by: tristanb-ntdev &lt;60945150+tristanb-ntdev@users.noreply.github.com&gt;
Co-authored-by: Matt &lt;138825652+middlemose@users.noreply.github.com&gt;
Co-authored-by: Adonais Romero Gonzalez &lt;adonais.neoadonis@gmail.com&gt;</content>
</entry>
<entry>
<title>fix wrong referenced context in transaction processing</title>
<updated>2024-06-19T13:34:50Z</updated>
<author>
<name>ya-solnyshko</name>
<email>82104972+ya-solnyshko@users.noreply.github.com</email>
</author>
<published>2024-06-19T13:34:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d0b2ae23542a22bdddcb30c9d82d89c614027faa'/>
<id>urn:sha1:d0b2ae23542a22bdddcb30c9d82d89c614027faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Merge pull request #932 from hsebs/patch-2</title>
<updated>2024-01-25T20:12:03Z</updated>
<author>
<name>Christian Allred</name>
<email>13487734+cgallred@users.noreply.github.com</email>
</author>
<published>2024-01-25T20:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3d32dffd7ac81ee1f02662dbfdef128cff96864c'/>
<id>urn:sha1:3d32dffd7ac81ee1f02662dbfdef128cff96864c</id>
<content type='text'>
Fix error logging</content>
</entry>
<entry>
<title>Remove .exe from the INF file (#1040)</title>
<updated>2023-10-09T18:14:29Z</updated>
<author>
<name>zlockard</name>
<email>zac.lockard@gmail.com</email>
</author>
<published>2023-10-09T18:14:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=650bc18ac3c7b7e252108c466b35f7f21932a1d4'/>
<id>urn:sha1:650bc18ac3c7b7e252108c466b35f7f21932a1d4</id>
<content type='text'>
Co-authored-by: Zac Lockard &lt;zlockard@microsoft.com&gt;</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2023-10-02T18:50:25Z</updated>
<author>
<name>Zac Lockard</name>
<email>zlockard@microsoft.com</email>
</author>
<published>2023-10-02T18:50:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=7d62dd8d5b59819f53afe50c851967c9c69facc0'/>
<id>urn:sha1:7d62dd8d5b59819f53afe50c851967c9c69facc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to final registry key loading paradigm</title>
<updated>2023-09-30T01:25:03Z</updated>
<author>
<name>Zac Lockard</name>
<email>zlockard@microsoft.com</email>
</author>
<published>2023-09-30T01:25:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5e0277eb9489f3115779567fee3645bc99c86b5'/>
<id>urn:sha1:d5e0277eb9489f3115779567fee3645bc99c86b5</id>
<content type='text'>
</content>
</entry>
</feed>
