#6746: libpostproc/postprocess.c: 2 * array index sanity check in odd place ?
-------------------------------------+------------------------------------
             Reporter:  dcb          |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  postproc
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by heleppkes):

 The array is NULL terminated, the first condition will stop the loop
 before anything bad happens, so the order doesn't really make any
 difference. It just limits the number of loop executions.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6746#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to