Skip to content
  • Ell's avatar
    Issue #38 - gegl-sampler sometimes crashes for absurd coordinates. · 15a61d51
    Ell authored
    In gegl_sampler_get_ptr(), clamp/wrap the input coordinates based
    on the buffer's abyss and the sampler's context rect, so that the
    coordinates are never farther away from the abyss than necessary,
    avoiding overflowing in gegl_buffer_get() due to extreme coordinate
    values.
    15a61d51