Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 10:47:31 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet/ipfw ip_dummynet.c
Message-ID:  <200906101129.n5ABT54e043779@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-06-10 10:47:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet/ipfw     ip_dummynet.c 
  Log:
  SVN rev 193896 on 2009-06-10 10:47:31Z by luigi
  
  in ip_dn_ctl(), do not allocate a large structure on the stack,
  and use malloc() instead if/when it is necessary.
  
  The problem is less relevant in previous versions because
  the variable involved (tmp_pipe) is much smaller there.
  Still worth fixing though.
  
  Submitted by:   Marta Carbone (GSOC)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.3       +11 -9     src/sys/netinet/ipfw/ip_dummynet.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906101129.n5ABT54e043779>