mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Document that we will core-dump on getting a NULL pointer.
This commit is contained in:
parent
b9b5f72bb6
commit
8bd4c21699
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ for any of the errors specified for the routines
|
|||
.Xr close 2
|
||||
or
|
||||
.Xr fflush 3 .
|
||||
If passed a NULL argument,
|
||||
.Fn fclose
|
||||
will dump core. This is intentional, as it makes it easier to make
|
||||
sure program written under FreeBSD are bug free.
|
||||
.Sh SEE ALSO
|
||||
.Xr close 2 ,
|
||||
.Xr fflush 3 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue