Bitblt>>copyBits

Igor Stasenko siguctua at gmail.com
Wed Feb 20 15:48:42 UTC 2008


Hello,
i'd like to mark code, located in Bitblt>>copyBits as buggy,
regardless that it's currently working.
A simple reason: if there is no such primitive, or primitive
constantly fails, then code, located in method's body leading to
infinite recursion.
I consider this as a major bug, especially in such critical place,
where correct behavior is at utmost importance.

A simple replacement of #copyBits to #copyBitsAgain in method should
prevent further recursion caused by primitive failure.


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list