summaryrefslogtreecommitdiff
path: root/src/stdio/vsprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/vsprintf.c')
-rw-r--r--src/stdio/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/vsprintf.c b/src/stdio/vsprintf.c
index ef4d40a0..6edf9f2f 100644
--- a/src/stdio/vsprintf.c
+++ b/src/stdio/vsprintf.c
@@ -10,6 +10,7 @@ int vsprintf(char *s, const char *format, va_list arg)
struct io_options opt = {0};
SIGNAL_SAFE(0);
+ /* overlap can't be detected because the size of s is unknown */
opt.fnname = "fprintf";
opt.string = s;