[FFmpeg-trac] #5101(avformat:new): Variables used uninitialized in libavformat/utils.c

FFmpeg trac at avcodec.org
Tue Dec 22 10:02:19 CET 2015


#5101: Variables used uninitialized in libavformat/utils.c
------------------------------------+------------------------------------
             Reporter:  jeremyhu    |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  minor       |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by cehoyos):

 * priority:  normal => minor
 * version:  unspecified => git-master


Comment:

 Both variables are not accessed if they are uninitialized and the compiler
 should be able to see this. Maybe the standard forbids to pass
 uninitialized values as function parameters?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5101#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list