aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to '')
-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!
+