#2443: Segmentation fault on deshake filter
-------------------------------------+-------------------------------------
             Reporter:  jbvsmo       |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  crash        |               Blocked By:
  SIGSEGV deshake                    |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by jbvsmo):

 Replying to [comment:6 cehoyos]:
 > -vf deshake=rx=64 triggers a (possibly) different problem even with
 -cpuflags 0.

 Check the diff I sent above. There's an off-by-one in a 128x128 array. The
 code will access

     thing[rx*2][ry*2]

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2443#comment:7>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to