[FFmpeg-trac] #5712(undetermined:closed): libavformat/utils.c makes use of variables without initialization

FFmpeg trac at avcodec.org
Fri Jul 15 09:55:59 EEST 2016


#5712: libavformat/utils.c makes use of variables without initialization
-------------------------------------+-------------------------------------
             Reporter:  jeremyhu     |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  wontfix
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by heleppkes):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 These are false positives, the code explicitly contains av_uninit macros
 that indicate this, unfortunately clang doesn't have a way to signal this
 so the macros evaluate to nothing.

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


More information about the FFmpeg-trac mailing list