| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-06 | Refactors comment line | İsa Yurdagül | |
| 2022-07-05 | Handles malloc function fail case | İsa Yurdagül | |
| 2022-07-04 | Memory leakage in message | İsa Yurdagül | |
| "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. | |||
| 2022-06-27 | Removing another instance of ExAllocate Pool (#748) | C De | |
| * Removing instance of ExAllocatePoolWithTag * Removing ExAllocatePool define Co-authored-by: C De <[email protected]> | |||
| 2022-06-20 | Replace deprecated ExAllocatePoolWithQuotaTag call (#747) | Oliver | |
| ExAllocatePoolWithQuotaTag has been deprecated in Windows 10 (v 2004), this change replaces the calls to this functions. | |||
| 2022-06-10 | Removing instance of ExAllocatePoolWithTag (#742) | C De | |
| Co-authored-by: C De <[email protected]> | |||
| 2022-06-01 | [general\obcallback] Replace ExAllocatePoolWithTag -> ExAllocatePool2 (#736) | Adonais Romero González | |
| Replacing deprecated ExAllocatePoolWithTag to ExAllocatePool2. Builds with Windows 11 EWDK with Visual Studio Build Tools 17.1.5. | |||
| 2022-05-26 | [hid\firefly] Replace ExAllocatePoolWithTag -> ExAllocatePool2 (#734) | Phan Trinh Ha | |
| Update ExAllocatePoolWithTag -> ExAllocatePool2 | |||
| 2022-05-24 | Update README.mdwin11-22h2 | Adonais Romero González | |
| 2022-05-24 | Merge pull request #729 from ↵ | Adonais Romero González | |
| microsoft/users/GitHubPolicyService/c85a8fe9-943e-41a2-b91f-2cb622b9eb6b Adding Microsoft SECURITY.MD | |||
| 2022-05-23 | Microsoft mandatory file | microsoft-github-policy-service[bot] | |
| 2022-05-18 | Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples ↵ | olegkMS | |
| of filesystems and filesystem filters; made necessary changes to make solutions buildable under recent Visual Studio (#725) | |||
| 2022-05-11 | Switch WSK Echosrv to ExAllocatePoolZero (#720) | Thad House | |
| 2022-05-11 | Using ExAllocatePool2 for deferred API change (#719) | visvel | |
| 2022-05-04 | [storage/class/disk] Use ExAllocatePool2 (#712) | dwimmel-msft | |
| 2022-05-01 | fix codeql ComparisonWithWiderType (#711) | dwimmel-msft | |
| 2022-05-01 | bug fix: updating UINT8 to UINT32 to correct wrong type comparison (#709) | brandyking | |
| 2022-04-26 | Check success of StringFromCLSID before printing string (#1) (#716) | Michael Katz | |
| * Check success of StringFromCLSID before printing string * initialized wchar ptr to null | |||
| 2022-04-05 | Removing Unused variable from SimpleAudioSample (#710) | judzmura | |
| There was a variable (MicArray_180_Degrees) being initialized but not used which was causing a warning and a subsequent failure when building the driver in the Windows Driver Kit TP process. This was fixed by removing the variable's initialization. Validated by building the driver and making sure it still installs and works correctly. | |||
| 2022-04-04 | Set ManagedAssembly=true on usb/usbview project | Adonais Romero González | |
| This will enable the sample to be built under the v143 VC++ toolset while allowing it to be built under lowered version toolsets | |||
| 2022-03-31 | [network\trans] ExAllocatePoolWithTag changing to ExAllocatePoolZero (#696) | Elaine Houha | |
| * init commit more exallocatepoolwithtag to exallocatePoolZero * CR comments * Adds a define for downlevel support * All flavors build Debug/Release Win32/x64, stmEdit.inf edited to fix build errors related to primative drivers * Using recommend arch decoration Co-authored-by: Elaine Houha <[email protected]> | |||
| 2022-03-30 | [usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount ↵ | Wei Mao | |
| of wider type ULONG. (line 2730) | |||
| 2022-03-28 | Update driver.c to no longer use ExAllocatePool (#707) | Rohit Raina | |
| * Update driver.c | |||
| 2022-03-24 | typos (#706) | witer33 | |
| 2022-03-24 | updated pool allocate API (#634) | Alena Egorova | |
| Co-authored-by: Alena Egorova <[email protected]> | |||
| 2022-03-24 | correct README.md of VirtualSerial2 driver (#700) | KunYi Chen | |
| 2022-03-24 | Changed ExAllocatePool to ExAllocatePool2 with tag (#636) | He Qian Wang | |
| 2022-03-24 | Merge pull request #705 from pralater/master | tobafo19 | |
| Replace Deprecated API | |||
| 2022-03-23 | fix outdated code | Pranav Sharma | |
| 2022-03-22 | Merge pull request #695 from tmolenh/netvmini-pool | tobafo19 | |
| Virtual Miniport: Replace ExAllocatePool* with ExAllocatePool2 | |||
| 2022-03-22 | Merge pull request #694 from tmolenh/extension-pool | tobafo19 | |
| VMSwitch Extension: Replace ExAllocatePool* with ExAllocatePool2 | |||
| 2022-03-18 | Merge branch 'master' of https://github.com/pralater/Windows-driver-samples | Pranav Sharma | |
| 2022-03-18 | replace deprecated ExAllocatePool API | Pranav Sharma | |
| 2022-03-18 | Fix Acpi.cpp error msg string (#703) | Phan Trinh Ha | |
| 2022-03-14 | Update UcmCxUcsi.inf | Phan Trinh Ha | |
| 2022-03-10 | PR Feedback | Phan Trinh Ha | |
| 2022-03-10 | Updating ExAllocatePoolWithTag security and additional PnpLockdown warning ↵ | Phan Trinh Ha | |
| on build | |||
| 2022-03-02 | Replace ExAllocatePool* with ExAllocatePool2 | Tom Molenhouse | |
| 2022-03-02 | Replace ExAllocatePool* with ExAllocatePool2 | Tom Molenhouse | |
| 2022-02-01 | Merge pull request #624 from houha2/updateDriversSHA | tobafo19 | |
| Update driver signing to SHA256 | |||
| 2022-02-01 | Merge pull request #625 from nibhansa/master | tobafo19 | |
| update wdi samples to use sha256 | |||
| 2022-02-01 | Merge pull request #631 from vtam-msft/master | tobafo19 | |
| Update WPD samples to use sha256 | |||
| 2022-02-01 | Merge pull request #635 from msofipm/master | tobafo19 | |
| Changing driver signing to sha256. | |||
| 2022-02-01 | Merge pull request #639 from adancy/patch-1 | tobafo19 | |
| Correct signing digest | |||
| 2022-02-01 | Merge pull request #646 from tmolenh/master | tobafo19 | |
| Update switch extension samples to use SHA256 driver signing | |||
| 2022-01-31 | Merge pull request #656 from jgeurten/master | tobafo19 | |
| Update remaining samples to use SHA256 as digest signing algorithm | |||
| 2021-11-29 | Cumulative updates. (#674) | matwilli | |
| Changing ExAllocatePoolWithTag to ExAllocatePool2 Disable the data role correction policy in UcmUcsiCx conditionally Copying ACPI shared memory locally on UCSI notification | |||
| 2021-11-09 | Initialize local variables | Matthew Williams | |
| 2021-10-27 | fix semmle: comparison-with-wider-type (#663) | dwimmel-msft | |
| * fix semmle: comparison-with-wider-type https://codeql.github.com/codeql-query-help/cpp/cpp-comparison-with-wider-type/ * numberOfHighestPort UCHAR -> ULONG | |||
| 2021-10-15 | Replace regfltr sample calls to ExAllocatePoolWithTag with ↵ | Chris Kleynhans | |
| ExAllocatePoolZero. (#501) | |||
