]> git.sesse.net Git - ffmpeg/commit - libavformat/http.c
avformat/http: escape unsafe URL path in HTTP request
authorMarton Balint <cus@passwd.hu>
Sat, 8 Feb 2020 00:44:30 +0000 (01:44 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 17:41:36 +0000 (18:41 +0100)
commit6a7b5226e1c868fe6406b114e7303c70d886900b
tree60487c32eca9f15154b42331d7cf9bae45752a2f
parent86b2fe941126fd4fee86f2aca91b43019b7b0c5f
avformat/http: escape unsafe URL path in HTTP request

This avoids generating invalid HTTP requests if the path contains space or
other special characters.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/http.c