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 A028646D0A for ; Thu, 7 Dec 2023 16:55:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BACB868CF92; Thu, 7 Dec 2023 18:55:19 +0200 (EET) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EC76E68CF7F for ; Thu, 7 Dec 2023 18:55:13 +0200 (EET) Received: by mail-qt1-f181.google.com with SMTP id d75a77b69052e-4258ca2ee9dso2054271cf.1 for ; Thu, 07 Dec 2023 08:55:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701968112; x=1702572912; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=4I0bey8IOQaxj1FoVqgQdw9w29sIgcSdNNfMiXGRUYU=; b=EoXe6uMUQo/Fx0e1XjugE47JkCzQ7f1x2RLA8LIYRmiuZ9HNvDf5BGDmipRoBhbFzR +79RhNOTOFI21HqLin3sfOcvw3EDAWLpwMTLYkg6m6x14dUjBivhN3v2rjoFRcM557Ow ryCoVRJU5j8Ggz7VIL8TJqWjxuendaeT6PMU215Uga6dVmyqX+N7AxIx4/eTfT2ef0nX lzaRzrjkEcrPBtopblGFHUoeN0KZTj+n5JQQ0SR52IbKIS+pBH1sVy8UwpEfICzVpGmk fM+Y0T7Jp/9tQl2kaYYKx8GIwZ8OUl8r4dl+DV1jtoElA9Jrh3N1i7nZ4NHpgaaq0sY2 NzTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701968112; x=1702572912; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4I0bey8IOQaxj1FoVqgQdw9w29sIgcSdNNfMiXGRUYU=; b=w8ioTrHVn1ELlzQHE3XoDf3wlsRuraHmZ5a6N40lc4z1JVu0En8TJtEcNy1e82AAwF E+0eJmeeIsD3DzI1yqkqymR4uZWMDMPRH/WvYigx2PNtXMLofR6Odfj6dchuyMtbJdvC ZGc6/ecSPNvEOGc6RVxrIFrb+iTzHXP06xnzyeCrzX5Fj0+tjNpc5RKtEBWkoRwYpar1 HGK53nQj8DZZeCoLmKYyp4AuARPhXbayOMr2eFNIPQ+p4oNeTrP8w2YK9gDXL1h/rjeY pENfG09h9/Kb7DSXeyXCyz4/H7ZmRjW1pRf9rDv10cir/H4Rnq7p6+3Lc6hf0YwBtgpW Xm9A== X-Gm-Message-State: AOJu0Yx467g8mYP9BEQdGg2uQZaQ7Kk10vkZ28Np9R2C6jVQePLW5xz4 POfObcND1VssYDrfC1T3Wo606kUVx20= X-Google-Smtp-Source: AGHT+IHOAhy3H7sCFeToeQTBBC4MwfshqIjRIMApBxTvDPrT/4d/LIfeaRW15Hwn9uYpgQOI4V2JzA== X-Received: by 2002:a05:622a:1883:b0:423:d124:4fa8 with SMTP id v3-20020a05622a188300b00423d1244fa8mr5559892qtc.0.1701968112608; Thu, 07 Dec 2023 08:55:12 -0800 (PST) Received: from [192.168.1.35] (c-68-56-149-176.hsd1.mi.comcast.net. [68.56.149.176]) by smtp.gmail.com with ESMTPSA id df19-20020a05622a0ed300b00423e6885152sm64523qtb.75.2023.12.07.08.55.12 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 07 Dec 2023 08:55:12 -0800 (PST) Message-ID: Date: Thu, 7 Dec 2023 11:55:11 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US-large To: FFmpeg Development References: <20231123153159.1376918-1-leo.izen@gmail.com> From: Leo Izen In-Reply-To: <20231123153159.1376918-1-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v3] avformat/hls: use av_strlcopy instead of strncpy 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 11/23/23 10:31, Leo Izen wrote: > Avoids a -Wstringop-truncation warning by using av_strlcopy instead of > strncpy. Additionally, prints a warning to the log context if this > truncation occurred. > > Signed-off-by: Leo Izen > --- Bump, thanks. - Leo Izen (Traneptora) _______________________________________________ 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".