From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 4CEE2428DF for ; Fri, 6 May 2022 11:55:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8784E68B345; Fri, 6 May 2022 14:55:42 +0300 (EEST) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A3FFC68B0B9 for ; Fri, 6 May 2022 14:55:35 +0300 (EEST) Received: by mail-io1-f42.google.com with SMTP id c125so7743512iof.9 for ; Fri, 06 May 2022 04:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=6tfwMmW47LwPWflzQGAAMLW/6n3c0QSrBkiwxHKiLgI=; b=WZoxWzQSKmy9Rfi/u6jc0VjOgaRwnmp+dNaDc+TInLwAuy6no5hj3zL7JtUZxYyIpz mdc7YTwXAV4E14PlryD/BkGtNtipUaXEyiwOhMfLsNInZ5tTtdRNzVEhiODvlQ9M4F/x AIEQ/QMWqKxVNkr2v/Mp6ta0QPjZ7x5LxpnqdGfcf2FNoI73eVSni+rGF73Sq54ABvux lco+HuMGpsZ+IpYZDD7BIbSxJ14ZjCKsa6IH0/hTo9Imk03SJMUOik4T+VH1+4Q4ewu+ 0H24DXgmzVnHP6bnygXFd1OlcWiBvT9U+6o+0iDrV++LWo3+urS1rcnHY4vgyoFY23YO zfbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=6tfwMmW47LwPWflzQGAAMLW/6n3c0QSrBkiwxHKiLgI=; b=swtJJ/mpQ/HAPigrtCc0s6EMWYChn8s4G5eIo34LRzUF2I4I1cUGcp3sWRf7o5R//y q1UTkRqY3juwQgym34dyNUUArKvx2ofcDlc3crqegjUJ7E8h/P71M5E74a7Xvsm5xodN PdOnQObPrkybaHPuWZBXP1TAoc1yR8Iu6MVY5bi47Kh7fBrKHhVIo/73BxB3K/yxI5kT p9yUpwiLKNmjSCTxX/18RqLldj/JRsW9+l5OEN/x/tGM56E7gIxyZLBlv2GAdiLZ66mt jSCmRT8TiNiJmwzQRJQRWI1Q0XsyKH2dI87xYnQtOeOk/FBTs4UHqx+nwAznJJBDwfqG HAPA== X-Gm-Message-State: AOAM531E/i+9IDM7aA3qgYhoeO2tWBM2gCe3QnOMCq4YNjallZJ5IuI5 ylYIzOe0zVk5BmNgeRBzHA8kZ5gz8j4= X-Google-Smtp-Source: ABdhPJyprDyWI2U6uI/oAceAbII8IwhuTmESalkyLWPLlMYzQ0xebKhoC1rhaWUDMQLI65LXWCAr4w== X-Received: by 2002:a05:6602:2c0c:b0:5f0:793f:cb9e with SMTP id w12-20020a0566022c0c00b005f0793fcb9emr1162190iov.122.1651838133965; Fri, 06 May 2022 04:55:33 -0700 (PDT) Received: from [192.168.1.35] (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id y23-20020a056602201700b0065a47e16f35sm1215636iod.7.2022.05.06.04.55.33 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 06 May 2022 04:55:33 -0700 (PDT) Message-ID: <8c7e4634-8ff2-04b0-3ad3-811c80bef9f9@gmail.com> Date: Fri, 6 May 2022 07:55:32 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US-large To: FFmpeg Development References: <20220429160125.3265-1-leo.izen@gmail.com> From: Leo Izen In-Reply-To: <20220429160125.3265-1-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v2] avformat/avio: use av_match_name to match protocol whitelist X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 4/29/22 12:01, Leo Izen wrote: > This swaps av_match_list to av_match_name inside ffurl_connect, > which allows ALL to be treated as a valid value on the whitelist > in accordance with the behavior described in the documentation. > --- Could someone please take a quick look at this? Thanks, - Leo Izen (thebombzen) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".