[FFmpeg-trac] #10899(avfilter:new): signed integer overflow at 'libavformat/avidec.c:1699'
FFmpeg
trac at avcodec.org
Sun Mar 10 21:43:26 EET 2024
#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
More information about the FFmpeg-trac
mailing list