| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Fredrik Orderud <[email protected]>
Co-authored-by: Christian Allred <[email protected]>
Co-authored-by: tristanb-ntdev <[email protected]>
Co-authored-by: Matt <[email protected]>
Co-authored-by: Adonais Romero Gonzalez <[email protected]>
|
|
documentation
|
|
|
|
|
|
|
|
|
|
Fix text and minor issues in Winget configuration files
Co-authored-by: Adonais Romero Gonzalez <[email protected]>
|
|
Integrate nuget into the workflow pipelines
|
|
simbatt: Fix broken registry read-back
|
|
|
|
Memory leakage in message
|
|
|
|
|
|
|
|
Fixes the issue of possible information leakage from uninitialized padding bytes
|
|
is fixed
|
|
update configuration_vsonly.dsc.yaml for 26100
|
|
|
|
|
|
|
|
* Init commit
* Upgrade NuGet to 26100.1 (#1162)
* Upgrade NuGet to 10.0.26100.1-preview.ge-release
* Upgrade NuGet to 10.0.26100.2 pre
* Upgrade NuGet to 10.0.26100
* Upgrade NuGet to 10.0.26100.1
* Update Building-Locally.md
* Update Building-Locally.md
---------
Co-authored-by: Phan Trinh Ha <[email protected]>
|
|
|
|
* Upgrade NuGet to 10.0.26100.1-preview.ge-release
* Upgrade NuGet to 10.0.26100.2 pre
* Upgrade NuGet to 10.0.26100
* Upgrade NuGet to 10.0.26100.1
* Update Building-Locally.md
* Update Building-Locally.md
|
|
Update configuration.dsc.yml for 26100
|
|
|
|
for vsix
|
|
|
|
|
|
|
|
|
|
Input Driver Doc (#1165)
The current version of the `README.md` file for the keyboard filter
driver sample erroneously includes what looks like boilerplate text
in the callout at the bottom of the file. This text explains to the
writer of the documentation what to include in the callout text, and
should therefore have been removed when the actual content was added.
This change simply removes this change from the callout text.
|
|
|
|
|
|
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.
|
|
This reverts commit 76e8fbba8bb0c5bfa9b7e1fcb407ba4f9b982419.
|
|
|
|
|
|
|
|
|
|
* NuGet notes
* Update Building-Locally.md
* Update Building-Locally.md: Update instructions for usb\usbview sample
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
* Update Building-Locally.md
|
|
|
|
Upgrade NuGet to 26095.2
|
|
Upgrade NuGet to 26090.10
|