> In terms of bounds analysis here, in case I have to discuss this with
> the Fedora people: since bordermode is forced to not be BORDER_CLAMP
> in this branch, prepare_tap_boundaries() will set xtap_first to 0 and
> xtap_last to 2 * itor->width, and itor->width is asserted as less than
> 4 at the
On Tue, Jun 30, 2015 at 5:12 AM, Chris Siebenmann
wrote:
> > > /data/code/git/darktable/src/common/interpolation.c: In function
> > > ‘dt_interpolation_compute_sample’:
> > > /data/code/git/darktable/src/common/interpolation.c:789:21: error:
> array
> > > subscript is above array bounds [-Werror=
> > /data/code/git/darktable/src/common/interpolation.c: In function
> > âdt_interpolation_compute_sampleâ:
> > /data/code/git/darktable/src/common/interpolation.c:789:21: error: array
> > subscript is above array bounds [-Werror=array-bounds]
> > h += kernelh[j] * ipixel[0];
> >
On Mon, Jun 29, 2015 at 11:32 PM, Chris Siebenmann
wrote:
> I just updated one of my machines to Fedora 22 and attempted to rebuild
> the current git tip development version of darktable on it.
Hey.
This errored
> out with:
>
> /data/code/git/darktable/src/common/interpolation.c: In function
>