[FFmpeg-trac] #2443(avfilter:open): Segmentation fault on deshake filter

FFmpeg trac at avcodec.org
Thu Apr 11 17:00:17 CEST 2013


#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


More information about the FFmpeg-trac mailing list