#9116(undetermined:new): ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ?
#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ? -------------------------------------+------------------------------------- Reporter: dcb | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Source code is switch (n) { case 4: ret = sign * (((int64_t)a*3600 + b*60 + c) * timeres + d); case 3: ret = sign * (( (int64_t)a*60 + b) * timeres + c); case 2: ret = sign * (( (int64_t)a) * timeres + b); } -- Ticket URL: <https://trac.ffmpeg.org/ticket/9116> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ? -------------------------------------+------------------------------------- Reporter: dcb | Owner: Type: defect | Status: closed Priority: normal | Component: | undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Balling): * status: new => closed * resolution: => invalid Comment: This was fixed in 11ea0ed20e11dd1b19af6e23eceabce7ec76f70d in October. Really? -- Ticket URL: <https://trac.ffmpeg.org/ticket/9116#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ? -------------------------------------+------------------------------------- Reporter: dcb | Owner: Type: defect | Status: closed Priority: normal | Component: | undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by dcb): I see the problem. Yes the bug may have been fixed in master in October, but latest release 4.3.2, dated 2021-02-20, was cut from master 2020-06-08. I think a delay of some eight months between cut and release might be the real issue. Either that or be prepared to backport patches. -- Ticket URL: <https://trac.ffmpeg.org/ticket/9116#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ? -------------------------------------+------------------------------------- Reporter: dcb | Owner: Type: defect | Status: closed Priority: normal | Component: | undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Balling): Master is the release. Every commit in the master is a new release, okay? That is how ffmpeg works, it is always stable. -- Ticket URL: <https://trac.ffmpeg.org/ticket/9116#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#9116: ffmpeg-4.3.2/libavformat/jacosubdec.c:152: missing break ? ---------------------------------+------------------------------------ Reporter: dcb | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: 4.3.2 | Resolution: fixed Keywords: jacosub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => jacosub * resolution: invalid => fixed * version: unspecified => 4.3.2 * component: undetermined => avformat Comment: Fixed in b7ad5dbb5e29085cdd7c38daeaf2507ee09f6b76 -- Ticket URL: <https://trac.ffmpeg.org/ticket/9116#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg