From owner-freebsd-ports@FreeBSD.ORG Mon Sep 28 14:01:10 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE5471065692; Mon, 28 Sep 2009 14:01:10 +0000 (UTC) (envelope-from theraphim@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4AEB48FC2C; Mon, 28 Sep 2009 14:01:09 +0000 (UTC) Received: by ewy5 with SMTP id 5so2925540ewy.36 for ; Mon, 28 Sep 2009 07:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=PRP/Y8cpK2weRZw/qDfm5mM7LBULWWd9OHM4o6xCqLc=; b=h2RYKl47YQL0qlb3SetdrfUm4Alv7T/R3zaGBHJp6TqHZmD7iCx5nidSwAnfdYldsM G/Btn6E33F9gPNFaipxrQDUXzv2yYxiSskXVXpNh8q4OifNW5RkicCmeSCU6vFU3BYMa D4w1A4wSW/Kx5AhXqW1DFUNdoPyiCJuS2o84k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GKDlOR484dgd4pyhFNHjTkjDBhaLjzjb/eYEEcu1T5JybDbC2jrRe+dtI6UGzAbJ4q SG3qfRtSxJ4WdARbolseeRbZRCqbu330wwb0RES3bSplM0NeqlTUEVrkNx2SAFEm1FjL SwihUoEDD4bfV2T0kcBdGxD6V6cAlBuplLapY= MIME-Version: 1.0 Received: by 10.216.90.12 with SMTP id d12mr796198wef.64.1254144863286; Mon, 28 Sep 2009 06:34:23 -0700 (PDT) In-Reply-To: <20090928153518.a15be2cc.stas@FreeBSD.org> References: <20090927161137.4becc379.stas@FreeBSD.org> <20090928153518.a15be2cc.stas@FreeBSD.org> Date: Mon, 28 Sep 2009 14:34:23 +0100 Message-ID: <5b4b466d0909280634s4334edf6q92f9eca6f553bfca@mail.gmail.com> From: Paul P Komkoff Jr To: Stanislav Sedov Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Zvezdelin Vladov , anikina@gmail.com, zhnichkov@gmail.com Subject: Re: Flow-tools and Flow-tools-ng - Flow-Capture - supposed to be memory leak - patch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2009 14:01:11 -0000 On Mon, Sep 28, 2009 at 12:35 PM, Stanislav Sedov wrote: > Thank you, I'll look how I can implement this safely in net-mgmt/flow-tools > ASAP. Sorry, this managed to slip through all my filters to the very bottom. The updated version of flow-tools is now at http://flow-tools.googlecode.com/files/flow-tools-0.68.4.3.tar.bz2 CHANGES IN v0.68.4.3: Mark R (1): Upon further investigation, it appears as if there is an alignment issue in 'struct msgip' inside of 'struct ftnet'. I've looked at some other code, and there appear to be a handful of useful CMSG_* macros to help deal with this. RFC 2292 details them. Paul P. Komkoff Jr (1): Update version -- This message represents the official view of the voices in my head.