aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-15 16:46:10 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-15 16:46:10 +0100
commit7cd66656de351cdf77843e68406e10d591e85a0e (patch)
treeb5b5cec3b87c2bc313cfcce89c1f8dfd38118b7a /TODO
parentidea (optional security feature): shred unlinked file if there is no other link (diff)
downloadslibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.gz
slibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.bz2
slibc-7cd66656de351cdf77843e68406e10d591e85a0e.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index d1c5dd8..7754403 100644
--- a/TODO
+++ b/TODO
@@ -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!
+