<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/simbatt, branch user/vjunyli/vs2026updateScript</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/simbatt?h=user%2Fvjunyli%2Fvs2026updateScript</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/simbatt?h=user%2Fvjunyli%2Fvs2026updateScript'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-07-02T00:33:16Z</updated>
<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>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>[simbatt] Add missing PAGED_CODE() macro (#1010)</title>
<updated>2023-10-27T22:46:26Z</updated>
<author>
<name>mvillalpando06</name>
<email>116905813+mvillalpando06@users.noreply.github.com</email>
</author>
<published>2023-10-27T22:46:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e6504a0f01e18f1e68d6db6bc4e7f76dad81f414'/>
<id>urn:sha1:e6504a0f01e18f1e68d6db6bc4e7f76dad81f414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up malformed DriverVer directives (#948)</title>
<updated>2023-03-31T20:05:48Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-31T20:05:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=16d01e32ecf371d2000d46fa3e6cec59ff66dc87'/>
<id>urn:sha1:16d01e32ecf371d2000d46fa3e6cec59ff66dc87</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Fix driver violations for energy team owned drivers (#880)</title>
<updated>2023-03-24T19:31:24Z</updated>
<author>
<name>mvillalpando06</name>
<email>116905813+mvillalpando06@users.noreply.github.com</email>
</author>
<published>2023-03-24T19:31:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=afa69cdeeb4644e8cd9a1a567dc91a7f29947a5b'/>
<id>urn:sha1:afa69cdeeb4644e8cd9a1a567dc91a7f29947a5b</id>
<content type='text'>
* Fix driver violations for energy team owned drivers

* Address comments

* remove simbatt wdf inf

* Fix build failures

* Fix sampleacpipep inx file

* re isolate sample acpipep

* add target os</content>
</entry>
<entry>
<title>Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors (#793)</title>
<updated>2022-10-14T20:50:18Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2022-10-14T20:50:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f20a01318ddb570731de91f62e94b37550139b28'/>
<id>urn:sha1:f20a01318ddb570731de91f62e94b37550139b28</id>
<content type='text'>
* Clean up some misc infverif 1203 errors
* Clean up some infverif 1324 (no PnpLockdown=1) errors</content>
</entry>
<entry>
<title>Change simbatt sample to sign with sha256 instead of sha1 (#585)</title>
<updated>2021-03-05T00:54:33Z</updated>
<author>
<name>rasunder-ms</name>
<email>rasunder@microsoft.com</email>
</author>
<published>2021-03-05T00:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=7f35c63dc83e47b51544f13765569578b67633c0'/>
<id>urn:sha1:7f35c63dc83e47b51544f13765569578b67633c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md (#412)</title>
<updated>2019-09-06T12:20:38Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-06T12:20:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bbe176e4e13cb9f963897173a935e639267a1a20'/>
<id>urn:sha1:bbe176e4e13cb9f963897173a935e639267a1a20</id>
<content type='text'>
</content>
</entry>
</feed>
