Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 1997 16:13:36 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/net if_sl.c
Message-ID:  <199707280613.QAA04170@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>ache        1997/07/27 12:28:28 PDT
>
>  Modified files:
>    sys/net              if_sl.c 
>  Log:
>  Move tmpnc struct out of stack, too large
>  Suggested by: bde

It is also too large for static allocation (4K).  Why not use malloc()?

Bruce



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