In dcraw_indi.c, the local matrix window_mem[4][width] is used but never
initialized. The code depends on

        if (filters && colors == 3) {  /* pull G1 and G3 closer together */

and the strange part is that this code should be applied to the images
from my D80 camera according to comment (it has RGBG) but not in reality:
the test is wrong somehow because colors is always 4 and filters is
either 0 or 0x4b4b4b4b.

window_mem[] is not present in the original code in dcraw.cc


-- 
Frank

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-devel

Reply via email to