Tech Support > Microsoft Windows > Drivers > Re: Stack overflow in device driver
Re: Stack overflow in device driver
Posted by Maxim S. Shatskih on June 21st, 2004


Allocate it in the nonpaged pool.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Peter Schmitz" <Peter Schmitz@discussions.microsoft.com> wrote in message
news42985B2-FA08-4B8F-9DDD-748A156AF2D1@microsoft.com...
Bytes of size). Now, the problem is, that most of the time, everything works
fine, but sometimes, the whole driver crashes due to a stack overflow. But as I
need to allocate this structure and cannot reduce its size, I have no idea
about how to do this in a secure way. Can anyone help?



Similar Posts