<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/.github, branch user/jakobl/do_not_set_TargetVersion</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/.github?h=user%2Fjakobl%2Fdo_not_set_TargetVersion</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/.github?h=user%2Fjakobl%2Fdo_not_set_TargetVersion'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-06-28T16:56:29Z</updated>
<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>Revert "Filter NDP from code owner list for now"</title>
<updated>2024-04-26T22:31:09Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-04-26T22:31:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1b58b0d98ec1cf22c800853b9c50a3a0449a6b6f'/>
<id>urn:sha1:1b58b0d98ec1cf22c800853b9c50a3a0449a6b6f</id>
<content type='text'>
This reverts commit 76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419.
</content>
</entry>
<entry>
<title>Filter NDP from code owner list for now</title>
<updated>2024-04-26T18:05:47Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-04-26T18:05:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419'/>
<id>urn:sha1:76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more code owners (NDP, Kernel Core)</title>
<updated>2024-04-26T18:04:10Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-04-26T18:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a1e25e421e0c8cecbf5787fbc628154e90c9e359'/>
<id>urn:sha1:a1e25e421e0c8cecbf5787fbc628154e90c9e359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PnP as code owners</title>
<updated>2024-04-26T00:25:14Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-04-26T00:25:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=0590208a249b26e28996c06787f3f90e01b141af'/>
<id>urn:sha1:0590208a249b26e28996c06787f3f90e01b141af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update code owners</title>
<updated>2024-04-05T00:14:32Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-04-05T00:14:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c4f6bd25731bf7765c40b7c6ad79c4f473d8fc93'/>
<id>urn:sha1:c4f6bd25731bf7765c40b7c6ad79c4f473d8fc93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add power limit policy and client sample driver (#1152)</title>
<updated>2024-04-02T23:10:01Z</updated>
<author>
<name>AlbertGuan9527</name>
<email>87043564+AlbertGuan9527@users.noreply.github.com</email>
</author>
<published>2024-04-02T23:10:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=04e03ee202c4ad752ca0f33f7b1d3b70ccb60106'/>
<id>urn:sha1:04e03ee202c4ad752ca0f33f7b1d3b70ccb60106</id>
<content type='text'>
This PR adds power limit policy and client driver as samples to use OS native power limit interfaces.</content>
</entry>
<entry>
<title>Add Wi-Fi Core as owners</title>
<updated>2024-03-08T00:01:59Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-03-08T00:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bac07ee8ca1d08d8de45a898088a4321d0f5000a'/>
<id>urn:sha1:bac07ee8ca1d08d8de45a898088a4321d0f5000a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update jobs to use Node.js 20 (#1134)</title>
<updated>2024-03-06T01:30:57Z</updated>
<author>
<name>Jacob Ronstadt</name>
<email>147542405+jacob-ronstadt@users.noreply.github.com</email>
</author>
<published>2024-03-06T01:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bcc5c139181f66514b6767238f850f5b2d3aabd1'/>
<id>urn:sha1:bcc5c139181f66514b6767238f850f5b2d3aabd1</id>
<content type='text'>
* Update Code-Scanning.yml actions/checkout to v4 and microsoft/setup-msbuild to v2
* Update ci-pr.yml to use node20
* Update ci.yml to use node20</content>
</entry>
<entry>
<title>Add ownership info for TrEE</title>
<updated>2024-02-13T23:15:12Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-13T23:15:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=be187a1b8ebaca7f920b6918f13c741c41059aae'/>
<id>urn:sha1:be187a1b8ebaca7f920b6918f13c741c41059aae</id>
<content type='text'>
</content>
</entry>
</feed>
