From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 17:28:05 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91C4D106566B; Sun, 27 Nov 2011 17:28:05 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 22D468FC12; Sun, 27 Nov 2011 17:28:05 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id BC946E65F7; Sun, 27 Nov 2011 17:28:03 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=mail; bh=Ri2KfFtXfinQ f3GFtttd40edSeQ=; b=p290TGVWetcI/EcNub4q1syg9nfplskYy8JqHITkYKkD mDlFHy59xLhVb/JYAvBF7JrO9YH7AhAdnIbltsKcec7Vwtkfx2GRimU25GCwliV/ YJ3FiWGf37fIz/IB6Xl8+rpR3ybTdNiIn56MjfpNSMOCQBEzKJD55UJREiZVy70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=EwJFvp ZtW5qP6GrdddPtnnuF3PTloB/vzYdA1H0OLCZl2w8mzAMXPQYb33tFT13C86fUlQ YRuhm4gpwrLQPBa+hsAMG9ikVnQ7pZYl1X3P8V9nSD3KAs0UITT+SMnxSLPEa8wf UoVSIOExNEER376ZD40RKIHGRngf9OT/pYMUY= Received: from [192.168.1.68] (188-220-36-32.zone11.bethere.co.uk [188.220.36.32]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 82EFDE65EF; Sun, 27 Nov 2011 17:28:03 +0000 (GMT) Message-ID: <4ED2731F.9040605@cran.org.uk> Date: Sun, 27 Nov 2011 17:27:59 +0000 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Michael_T=FCxen?= References: <20111127154536.GA54043@freebsd.org> <20111127162430.GA95971@stack.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Alexander Best , freebsd-current@freebsd.org, Jilles Tjoelker , freebsd-net@freebsd.org Subject: Re: possible array out of bounds access in sys/netinet/sctp_output.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2011 17:28:05 -0000 On 27/11/2011 16:52, Michael T=FCxen wrote: > the reason why we don't use addr_type[] is that the same code is used > on different plattforms and (at least at one point of time), using > addr_type[] didn't work there. Unfortunately I don't think even the Windows 8 Driver Kit will support=20 much more than stdint.h out of C99. --=20 Bruce Cran