[ros-dev] Re: [ros-diffs] [hbirr] 18481: Don't use alloca in a macro, which may be used in a loop. This does fix bug #805.

Hartmut Birr osexpert at gmail.com
Sat Oct 15 18:17:51 CEST 2005


Gunnar Dalsnes wrote:
> This is not the right fix... I will revert these changes when i come up 
> with a proper fix. I also dont understand how this can fix bug 805 
> (eternal loop in thread windows cleanup routine). Even with your changes 
> the eternal loop is still there, it just doesnt run out of stack?
> 
> G.
> 
> hbirr at svn.reactos.com wrote:
> 
>> Don't use alloca in a macro, which may be used in a loop. This does 
>> fix bug #805.
>>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
> 

It does not fix the endless loop. It does exactly what the comment says. UserRefObjectCo was a nice example for code, 
which never should be in a macro.

- Hartmut


More information about the Ros-dev mailing list