#10899: signed integer overflow at 'libavformat/avidec.c:1699'
-------------------------------------+-------------------------------------
             Reporter:  Sean         |                     Type:  defect
  McGovern                           |
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:  git-
                                     |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 Many FATE tests trigger signed integer overflow on big-endian FATE nodes
 such as 'ppc-linux-gcc-13.2-ubsan-altivec-qemu'.

 The output looks similar to the following:
 {{{
 src/libavformat/avidec.c:1699:55: runtime error: signed integer overflow:
 9223372036854775807 + 1 cannot be represented in type 'long long int'
 }}}

 As the PowerPC FATE nodes are currently the only big-endian representation
 we have, it is unclear if this is only particular to this configuration.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10899>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to