mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
memset.3: better fix previous typo
Upon re-reading the whole sentence this is a better fix. MFC with: r357681
This commit is contained in:
parent
a00eed9676
commit
66a23ebe19
1 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,9 @@ Undefined behaviour from
|
|||
.Fn memset ,
|
||||
resulting from storage overflow, will occur if
|
||||
.Fa len
|
||||
is greater than the length of buffer
|
||||
.Fa dest .
|
||||
is greater than the length of the
|
||||
.Fa dest
|
||||
buffer.
|
||||
The behaviour is also undefined if
|
||||
.Fa dest
|
||||
is an invalid pointer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue