[PATCH 1/2] ntdll: Restore stack guard and prevent stack from shrinking

Alexandre Julliard julliard at winehq.org
Thu Apr 7 05:01:31 CDT 2011


Piotr Caban <piotr.caban at gmail.com> writes:

> It happens when native _resetstkoflw is called when there's little
> memory left on the stack. I don't know if there's any real application
> that is calling it in that case. I thought that it's incorrect to grow
> the stack size above stack limit anyway.

No, the stack limit indicates the limit of the current growth. If the
stack grows the limit is updated.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list