]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commit
Stash a pointer to _snprintf_s in the ADAPTER structure
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 09:57:24 +0000 (09:57 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 28 Jan 2016 09:59:58 +0000 (09:59 +0000)
commitc9de179b18bc7e4185ef355168c0b7522b92565f
tree1c7ec6e12172030a3c09d531cdad48f00c1a04c4
parentdeb4a73dedbb026d0e030901ee6f4dd74f452646
Stash a pointer to _snprintf_s in the ADAPTER structure

It is problematic if we don't, as on resume from suspend we need to
re-acquire the function pointer and this seems to lead to a BSOD, despite
there being no documentation to suggest that use of the aux_klib functions
at DISPATCH_LEVEL is disallowed.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xennet/adapter.c