mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

ReplaceChannel bug #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use ReplaceChannel

What is the expected output? What do you see instead?
working application. Crash, read out of bounds

in ReplaceChannels.cs in line 119: change 
FROM
ch  += ( startY + chData.Stride + startX );
TO:
ch  += ( startY * chData.Stride + startX );

Original issue reported on code.google.com by vvvrroo...@gmail.com on 4 Feb 2009 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago
Already was fixed. See issue 84:
http://code.google.com/p/aforge/issues/detail?id=84

Original comment by andrew.k...@gmail.com on 4 Feb 2009 at 3:40