mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
our get{proto,serv}by*() use a thread-specific data space.
This commit is contained in:
parent
c81e55a2df
commit
b190ee6140
2 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ and
|
|||
functions appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
These functions use a static data space;
|
||||
These functions use a thread-specific data space;
|
||||
if the data is needed for future use, it should be
|
||||
copied before any subsequent calls overwrite it.
|
||||
Only the Internet
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ and
|
|||
functions appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
These functions use static data storage;
|
||||
These functions use a thread-specific data storage;
|
||||
if the data is needed for future use, it should be
|
||||
copied before any subsequent calls overwrite it.
|
||||
Expecting port numbers to fit in a 32 bit
|
||||
|
|
|
|||
Loading…
Reference in a new issue