From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZledA-0006te-LP for mharc-grub-devel@gnu.org; Mon, 12 Oct 2015 11:03:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlecw-0006gF-43 for grub-devel@gnu.org; Mon, 12 Oct 2015 11:03:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zlecq-0008Ak-Ku for grub-devel@gnu.org; Mon, 12 Oct 2015 11:03:02 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:29190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zlecq-00089m-Fe for grub-devel@gnu.org; Mon, 12 Oct 2015 11:02:56 -0400 Received: from pps.filterd (m0001303.ppops.net [127.0.0.1]) by m0001303.ppops.net (8.15.0.59/8.15.0.59) with SMTP id t9CF0tk6028104; Mon, 12 Oct 2015 08:02:52 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fb.com; h=subject : to : references : cc : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=facebook; bh=ZJhKPqUASboR1PNnQTYgQjUv2jhDCFyh2AeG+Mb8h1o=; b=gMqjbbJ44toiGv5tVnlTsOwF2KEmGjzR0mR2BJiDdzPBp1e4cW8CpbOc/e8spSgG7j7K 0oG2Qa9ezQp+IIcrPjQtBWh2RR6xaluF2u/HFCSQ+7WN1Gp91idffLzUjdNp4sV2YUy7 zPcpDeVWSQCJ+uIcyZS1upQiy598XeGYz7E= Received: from mail.thefacebook.com ([199.201.64.23]) by m0001303.ppops.net with ESMTP id 1xg5qh2cgj-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 12 Oct 2015 08:02:52 -0700 Received: from localhost.localdomain (192.168.54.13) by mail.thefacebook.com (192.168.16.24) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Oct 2015 08:02:45 -0700 Subject: Re: [PATCH] net: don't free uninitialized sockets in dns To: Andrei Borzenkov References: <1439921023-3547412-1-git-send-email-jbacik@fb.com> <55D4B0A5.9060101@gmail.com> <5618B85C.4080603@gmail.com> From: Josef Bacik Message-ID: <561BCB93.4030607@fb.com> Date: Mon, 12 Oct 2015 11:02:43 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <5618B85C.4080603@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2015-10-12_08:, , signatures=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 67.231.153.30 Cc: The development of GNU GRUB , kernel-team@fb.com X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2015 15:03:02 -0000 On 10/10/2015 03:03 AM, Andrei Borzenkov wrote: > ping? Oops sorry forgot to tell you this patch worked as well. Thanks, Josef