From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E447BC43219 for ; Fri, 3 May 2019 13:00:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B20922087F for ; Fri, 3 May 2019 13:00:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556888444; bh=qW+3511qnNhRi8Kfwe/N0ZIp8vhuVU/JUoOwm6w4ebc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=oTECmSfhbJ7waF4Y/E1jt8gyKLlHulQrVPQrwPaSu6boPrMbMaPwIqbRS3nBbeRmr y/O4OLHFN9GEyS4h/gsx/J5R89QngQaP9MGR3qR2JUBB8Lr5jxKbtbi0Zx+kWVa+O3 Aej5D0WpjjI1Lv6MM1TRbLUtWmzHsirI/dOwqm/E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727668AbfECNAo (ORCPT ); Fri, 3 May 2019 09:00:44 -0400 Received: from casper.infradead.org ([85.118.1.10]:39726 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbfECNAn (ORCPT ); Fri, 3 May 2019 09:00:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6MEVa1w0SfzNggZT1yhSGsoqofztpgHScb8pqA2J/xc=; b=KMupPzGqr6XJK6B/B+tyr0bw9l wvIS/wJBLXbrNobMo3ibb0AxL0To886iXvxDHOsg05qYi1y9ofBWv9bCU0Y5V3oPpSZTc7AtoEYY3 x9R+pu2OyeGjnUN5KCnN/EseLzmo3Ej7UH+S61EAAA3I3xsZv0/EV4qKwiOw0B2n0GKkZlYR9moV7 7ryrBKlHbNgkzU4dJxcExS69hFFV6A6BAuii3YuhTNdJg0KgKpMCbVWobiV7YkcAJnmm5t90J+jMK JeOdnJAkiG982DBiRo/E1pa54/hqF0+KQFBtxQktZ7C0GlqjSKGQcHRdwmcxT0WYzHe0sa2uorKMe eseesoYQ==; Received: from [191.249.111.87] (helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hMXns-0002v6-Md; Fri, 03 May 2019 13:00:41 +0000 Date: Fri, 3 May 2019 10:00:36 -0300 From: Mauro Carvalho Chehab To: Gregor Jasny Cc: Sean Young , Linux Media Mailing List Subject: Re: [PATCH v4l-utils] libdvbv5: leaks and double free in dvb_fe_open_fname() Message-ID: <20190503100036.047693d3@coco.lan> In-Reply-To: <20190426154917.75adc64a@coco.lan> References: <20190317163220.1881-1-sean@mess.org> <20190426121344.510ef576@coco.lan> <20190426124217.55ae71cc@coco.lan> <20190426154917.75adc64a@coco.lan> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Gregor, Em Fri, 26 Apr 2019 15:49:17 -0300 Mauro Carvalho Chehab escreveu: > Em Fri, 26 Apr 2019 18:08:22 +0200 > Gregor Jasny escreveu: > > > Hello, > > > > On Fri, 26 Apr 2019, 17:42 Mauro Carvalho Chehab, < > > mchehab+samsung@kernel.org> wrote: > > > > > Gregor, > > > > > > This patch messed with all branches since stable-1.12. I applied the revert > > > patch already on all affected stable branches. > > > > > > We should probably release a new fix for them soon. > > > > > > Sorry for not looking this earlier.. I got some vacations earlier > > > this month. > > > > > > > I also got a report in Debian: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927341 Are you planning to release a version 1.16.6 any time soon? I could likely do it as well, but I would prefer if you can do, as you know better the drills. We're still receiving new complaints about this issue at Kaffeine's BZ. Just received another one today. Thanks, Mauro