mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
make a note that FNBUFF cannot overflow as long as LNBUFF is smaller..
MFC after: 2 weeks
This commit is contained in:
parent
9970fd6d95
commit
04abf5f152
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
/* NB: Make sure FNBUFF is as large as LNBUFF, otherwise it could overflow */
|
||||
#define FNBUFF 512
|
||||
#define LNBUFF 512
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue