[FFmpeg-trac] #8625(avformat:new): function ff_make_absolute_url failed to process too many "../" in relative path while handling HLS

FFmpeg trac at avcodec.org
Mon Apr 20 08:44:45 EEST 2020


#8625: function ff_make_absolute_url failed to process too many "../" in relative
path while handling HLS
----------------------------------+---------------------------------------
             Reporter:  neksus    |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Summary of the bug:
 too many "../" in rel would cut off the baseurl's domain
 How to reproduce:
 {{{
 base = "http://aaa/bbb"
 rel = "../../../ccc/ddd"
 got "http://ccc/ddd"

 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8625>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list