diff options
| -rw-r--r-- | smartcrd/pscr/pscr.inx | bin | 6260 -> 6272 bytes | |||
| -rw-r--r-- | smartcrd/pscr/pscrnt.c | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/smartcrd/pscr/pscr.inx b/smartcrd/pscr/pscr.inx Binary files differindex 22a8b269..93ea8f4b 100644 --- a/smartcrd/pscr/pscr.inx +++ b/smartcrd/pscr/pscr.inx diff --git a/smartcrd/pscr/pscrnt.c b/smartcrd/pscr/pscrnt.c index 4505035f..3249371d 100644 --- a/smartcrd/pscr/pscrnt.c +++ b/smartcrd/pscr/pscrnt.c @@ -406,8 +406,8 @@ PscrRegisterWithSmcLib( SmartcardExtension = &DeviceExtension->SmartcardExtension; // allocate the reader extension - ReaderExtension = ExAllocatePoolWithTag( - NonPagedPoolNx, + ReaderExtension = ExAllocatePool2( + POOL_FLAG_NON_PAGED, sizeof( READER_EXTENSION ), SMARTCARD_POOL_TAG ); |
