mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
The mask bounds check in `DIB_XXBPP_StretchBlt` allowed `sx == cx` (and similar for `sy`), reading one pixel past the end of the mask bitmap. On the contrary, the source-surface check a few lines below already does it right.