]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Fix issues raised by CodeQL (part 1)
authorOwen Smith <owen.smith@citrix.com>
Tue, 10 Aug 2021 15:40:48 +0000 (16:40 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Mon, 20 Sep 2021 07:45:44 +0000 (08:45 +0100)
commitb0160349d92830753412a017c4e9fa481e172c15
tree849dd0505cc66bcf491b761a13ed8df4f9a79ced
parent3a842f133ebc282ff9c1755e81f18dd5ab87369b
Fix issues raised by CodeQL (part 1)

- ExAllocatePoolWithTag is deprecated in Windows 10 2004 and replaced with
    ExAllocatePool2. Use ExAllocatePoolUninitialized to maintain support for
    earlier versions of Windows.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
Split up original patch.

Signed-off-by: Paul Durrant <paul@xen.org>
src/common/util.h