mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Document truncation of strings when a NUL character is reached in a format
string. PR: 15929 Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
This commit is contained in:
parent
f8c52b7c27
commit
1ead4519b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56264
@ -281,3 +281,9 @@ then back again, floating-point precision may be lost.
|
||||
.Pp
|
||||
.Tn ANSI
|
||||
hexadecimal character constants were deliberately not provided.
|
||||
.Pp
|
||||
The escape sequence \e000 is the string terminator. When present in the
|
||||
.Ar format ,
|
||||
the
|
||||
.Ar format
|
||||
will be truncated at the \e000 character.
|
||||
|
Loading…
Reference in New Issue
Block a user