diff options
| author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-15 16:46:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-15 16:46:10 +0100 |
| commit | 7cd66656de351cdf77843e68406e10d591e85a0e (patch) | |
| tree | b5b5cec3b87c2bc313cfcce89c1f8dfd38118b7a | |
| parent | idea (optional security feature): shred unlinked file if there is no other link (diff) | |
| download | slibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.gz slibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.bz2 slibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.xz | |
update todo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
| -rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,3 +60,9 @@ Extensions: variable argument string concat string manipulation +POSIX specifies that *printf shall fail with EOVERFLOW is the +length of the constructed string is greater than INT_MAX. +We shall follow this, but it should optional to truncate the +value to INT_MAX. Programs should not have to limit the +resulting string to 32765 bytes! + |
