You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Accept incomplete http cookies without domain. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -421,6 +421,8 @@ static int get_cookies(HTTPContext *s, char **cookies, const char *path,
|
||||
cvalue = av_strdup(param);
|
||||
}
|
||||
}
|
||||
if (!cdomain)
|
||||
cdomain = av_strdup(domain);
|
||||
|
||||
// ensure all of the necessary values are valid
|
||||
if (!cdomain || !cpath || !cvalue) {
|
||||
|
Reference in New Issue
Block a user